summaryrefslogtreecommitdiff
path: root/llvm/examples/OrcV2Examples/OrcV2CBindingsAddObjectFile/OrcV2CBindingsAddObjectFile.c
AgeCommit message (Expand)Author
2023-07-19[examples] Fix -Wcast-qual in OrcV2Examples after D153911 (NFC)Jie Fu
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