summaryrefslogtreecommitdiff
path: root/llvm/examples/OrcV2Examples/ExampleModules.h
AgeCommit message (Collapse)Author
2021-03-28[Orc][examples] Add LLJITWithRemoteDebugging exampleStefan Gränitz
2021-03-26[Orc][examples] Factor out make_error from parseExampleModule (NFC)Stefan Gränitz
2021-03-26[Orc][examples] Fix copy/paste issues in comments and inclue guards (NFC)Stefan Gränitz
2020-07-23Fix implicit dependency on CommandLine.hSimon Pilgrim
2020-03-14[Orc] Add basic OrcV2 C bindings and example.Lang Hames
Renames the llvm/examples/LLJITExamples directory to llvm/examples/OrcV2Examples since it is becoming a home for all OrcV2 examples, not just LLJIT. See http://llvm.org/PR31103.