[all-commits] [llvm/llvm-project] 6de21c: [ORC][examples] Fix ThinLtoJIT example after chang...
lhames via All-commits
all-commits at lists.llvm.org
Thu Feb 20 11:15:14 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6de21c556d159d29e7957821fa8b83ef68083b76
https://github.com/llvm/llvm-project/commit/6de21c556d159d29e7957821fa8b83ef68083b76
Author: Lang Hames <lhames at gmail.com>
Date: 2020-02-20 (Thu, 20 Feb 2020)
Changed paths:
M llvm/examples/ThinLtoJIT/ThinLtoJIT.cpp
Log Message:
-----------
[ORC][examples] Fix ThinLtoJIT example after changes in 85fb997659b.
Commit: 813b1b9fd6c19706b735a595d33f7b8ebcd08be7
https://github.com/llvm/llvm-project/commit/813b1b9fd6c19706b735a595d33f7b8ebcd08be7
Author: Lang Hames <lhames at gmail.com>
Date: 2020-02-20 (Thu, 20 Feb 2020)
Changed paths:
M llvm/include/llvm/ExecutionEngine/Orc/LLJIT.h
Log Message:
-----------
[ORC] Add a convenience method for setting the ExecutionSession to LLJITBuilder.
Can be used to set a custom pre-configured ExecutionSession for the LLJIT or
LLLazyJIT instance being constructed.
Compare: https://github.com/llvm/llvm-project/compare/8928c6dbbf7d...813b1b9fd6c1
More information about the All-commits
mailing list