summaryrefslogtreecommitdiff
path: root/llvm/examples/OrcV2Examples/LLJITWithGDBRegistrationListener
AgeCommit message (Expand)Author
2025-06-06[ORC] Fix examples after cd585864c0b.Lang Hames
2025-03-06Re-apply "[ORC] Remove the Triple argument from LLJITBuilder::..." with fixes.Lang Hames
2025-03-06Revert "[ORC] Remove the Triple argument from LLJITBuilder::ObjectLinking..."Lang Hames
2025-03-06[ORC] Remove the Triple argument from LLJITBuilder::ObjectLinkingLayerCreator.Lang Hames
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-04-08Re-apply "[ORC] LLJIT updates: ExecutorNativePlatform, default ..." with fixes.Lang Hames
2022-06-05Remove unneeded cl::ZeroOrMore for cl::opt/cl::list optionsFangrui Song
2022-05-05[ORC] Return ExecutorAddrs rather than JITEvaluatedSymbols from LLJIT::lookup.Lang Hames
2021-03-26[Orc][examples] Fix copy/paste issues in comments and inclue guards (NFC)Stefan Gränitz
2021-01-15[Orc] Fix OrcV2Examples after D94690Stefan Gränitz
2021-01-15[Orc] Allow LLJITBuilder's CreateObjectLinkingLayer to return errorsStefan Gränitz
2020-11-13[ORC][examples] Fix missing includes/dependencies in more examples.Lang Hames
2020-05-01[examples] Call setProcessAllSections to ensure debug sections aren't droppped.Lang Hames
2020-03-23[examples] Fixes for BUILD_SHARED_LIBS=onStephen Neuendorffer
2020-03-19[ORC] Re-apply 98f2bb44610, enable JITEventListeners in OrcV2, with fixes.Lang Hames
2020-03-15Revert "[ORC] Enable JITEventListeners in the RTDyldObjectLinkingLayer."Lang Hames
2020-03-15[ORC] Enable JITEventListeners in the RTDyldObjectLinkingLayer.Lang Hames