[all-commits] [llvm/llvm-project] c75180: [ORC] Set setCloneToNewContextOnEmit on LLJIT's tr...
lhames via All-commits
all-commits at lists.llvm.org
Wed Jan 15 10:23:53 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c75180258e6363a03fc036abaa4c79a14a3f952e
https://github.com/llvm/llvm-project/commit/c75180258e6363a03fc036abaa4c79a14a3f952e
Author: Lang Hames <lhames at gmail.com>
Date: 2020-01-15 (Wed, 15 Jan 2020)
Changed paths:
M llvm/lib/ExecutionEngine/Orc/LLJIT.cpp
Log Message:
-----------
[ORC] Set setCloneToNewContextOnEmit on LLJIT's transform layer when needed.
Based on Don Hinton's patch in https://reviews.llvm.org/D72406. This feature
was accidentally left out of e9e26c01cd865da678b1af6ba5f417c713956a66, and
would have pessimized concurrent compilation in the default case.
Thanks for spotting this Don!
More information about the All-commits
mailing list