[ORC] Return ExecutorAddrs rather than JITEvaluatedSymbols from LLJIT::lookup.Clients don't care about linkage, and ExecutorAddr is much more ergonomic.
[examples] Fix an incomplete comment.
Fix build with gcc 7.5 by adding a "redundant move"The constructor of Expected<T> expects as T&&, but gcc-7.5 does notinfer an rvalue in this context apparently.
[Orc] Add basic OrcV2 C bindings and example.Renames the llvm/examples/LLJITExamples directory to llvm/examples/OrcV2Examplessince it is becoming a home for all OrcV2 examples, not just LLJIT.Se
[Orc] Add basic OrcV2 C bindings and example.Renames the llvm/examples/LLJITExamples directory to llvm/examples/OrcV2Examplessince it is becoming a home for all OrcV2 examples, not just LLJIT.See http://llvm.org/PR31103.
show more ...