This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3aa06ba [libFuzzer] make libFuzzer work with a bit older clang versions new 9350f36 [ORC] Re-apply r277896, removing bogus triples and datalayout [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/ExecutionEngine/JITSymbol.h | 4 +++ .../ExecutionEngine/Orc/CompileOnDemandLayer.h | 14 +++++--- lib/ExecutionEngine/JITSymbol.cpp | 2 +- .../OrcLazy/Inputs/weak-function-2.ll | 9 ++++++ test/ExecutionEngine/OrcLazy/weak-function.ll | 26 +++++++++++++++ tools/lli/OrcLazyJIT.cpp | 3 +- tools/lli/OrcLazyJIT.h | 37 ++++++++++------------ 7 files changed, 68 insertions(+), 27 deletions(-) create mode 100644 test/ExecutionEngine/OrcLazy/Inputs/weak-function-2.ll create mode 100644 test/ExecutionEngine/OrcLazy/weak-function.ll