summaryrefslogtreecommitdiff
path: root/llvm/examples/HowToUseLLJIT/HowToUseLLJIT.cpp
AgeCommit message (Expand)Author
2022-05-05[ORC] Return ExecutorAddrs rather than JITEvaluatedSymbols from LLJIT::lookup.Lang Hames
2021-01-25[NFC] Fix title comment typo and provide description for LLJIT example.xgupta
2020-07-23Fix implicit dependency on CommandLine.hSimon Pilgrim
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-07-10[ORC] Add custom IR compiler configuration to LLJITBuilder to enable obj caches.Lang Hames
2019-05-22Add a HowToUseLLJIT example project.Lang Hames