Kazu Hirata
|
2d303e6781
|
Remove redundant return and continue statements (NFC)
Identified with readability-redundant-control-flow.
|
2021-12-24 23:17:54 -08:00 |
Valentin Churavy
|
3321f4821e
|
Reland [Orc] Add verylazy example for C-bindings
This patch relands https://reviews.llvm.org/D104799, but fixes the
memory handling causing leak sanitizer failures.
This reverts commit a56fe117e0 .
|
2021-07-18 21:17:49 +02:00 |
Valentin Churavy
|
a56fe117e0
|
Revert "[Orc] Add verylazy example for C-bindings"
Broke ASAN buildbot, will reland with fixes
This reverts commit b5a6ad8c89 .
|
2021-07-18 16:21:37 +02:00 |
Valentin Churavy
|
b5a6ad8c89
|
[Orc] Add verylazy example for C-bindings
Still WIP, based on the Kaleidoscope/BuildingAJIT/Chapter4.
Reviewed By: lhames
Differential Revision: https://reviews.llvm.org/D104799
|
2021-07-18 12:07:16 +02:00 |