This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 159303d49d1 [PDB] Fixed null pointer dereference new 9a1c76870e4 [ORC] Allow JITDylib definition generators to return Errors. new eb132e02b35 [CommandLine} Wire-up cl::list::setDefault() so it will wor [...]
The 2 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/Orc/Core.h | 20 +-- include/llvm/ExecutionEngine/Orc/ExecutionUtils.h | 2 +- include/llvm/Support/CommandLine.h | 11 +- lib/ExecutionEngine/Orc/Core.cpp | 147 +++++++++++++-------- lib/ExecutionEngine/Orc/ExecutionUtils.cpp | 5 +- unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp | 26 +++- .../ExecutionEngine/Orc/LegacyAPIInteropTest.cpp | 4 +- unittests/Support/CommandLineTest.cpp | 14 ++ 8 files changed, 154 insertions(+), 75 deletions(-)