Remove redundant return and continue statements (NFC)Identified with readability-redundant-control-flow.
Reland [Orc] Add verylazy example for C-bindingsThis patch relands https://reviews.llvm.org/D104799, but fixes thememory handling causing leak sanitizer failures.This reverts commit a56fe117e04f
Reland [Orc] Add verylazy example for C-bindingsThis patch relands https://reviews.llvm.org/D104799, but fixes thememory handling causing leak sanitizer failures.This reverts commit a56fe117e04f7d4b953a4226af412dad59425fb5.
show more ...
Revert "[Orc] Add verylazy example for C-bindings"Broke ASAN buildbot, will reland with fixesThis reverts commit b5a6ad8c893a642bcb08ab81b251952c545405d9.
[Orc] Add verylazy example for C-bindingsStill WIP, based on the Kaleidoscope/BuildingAJIT/Chapter4.Reviewed By: lhamesDifferential Revision: https://reviews.llvm.org/D104799