Lang Hames
16dcbb53dc
[ORC] Return ExecutorAddrs rather than JITEvaluatedSymbols from LLJIT::lookup.
...
Clients don't care about linkage, and ExecutorAddr is much more ergonomic.
2022-05-05 13:56:00 -07:00
serge-sans-paille
3c4410dfca
Cleanup includes: LLVMTarget
...
Most notably, Pass.h is no longer included by TargetMachine.h
before: 1063570306
after: 1063332844
Differential Revision: https://reviews.llvm.org/D121168
2022-03-10 10:00:29 +01:00
Lang Hames
71be8809d0
[ORC][examples] Add missing library dependencies.
2020-09-22 16:18:00 -07:00
Lang Hames
4f962b0d89
[ORC][examples] Add an OrcV2 example for IR optimization via IRTransformLayer.
...
Shows how to write a custom IR transform to apply a legacy::PassManager
pipeline.
2020-09-19 18:59:52 -07:00