summaryrefslogtreecommitdiff
path: root/llvm/examples/OrcV2Examples/OrcV2CBindingsAddObjectFile
AgeCommit message (Expand)Author
2024-08-07Reapply "[CMake] Fold export_executable_symbols_* into function args. (#10174...Steven Wu
2024-08-06Revert "[CMake] Fold export_executable_symbols_* into function args. (#101741)"Steven Wu
2024-08-05[CMake] Fold export_executable_symbols_* into function args. (#101741)Steven Wu
2023-07-19[examples] Fix -Wcast-qual in OrcV2Examples after D153911 (NFC)Jie Fu
2023-04-23Re-apply "[ORC][LLJIT] Use JITLink by default on ELF/x86-64." with fixes.Lang Hames
2023-03-01[Orc] Remove LLVMInitializeCore() calls from examplesNikita Popov
2022-12-23[examples] Fix leaks in OrcV2 c-bindings examples.Lang Hames
2020-10-19[ORC] Break up C-API header Orc.h, and add JITEventListener support.Lang Hames
2020-04-09[ORC] Require JITDylib to be specified when adding IR and objects in the C API.Lang Hames
2020-04-09[ORC] Add C API support for adding object files to an LLJIT instance.Lang Hames