[all-commits] [llvm/llvm-project] 981f01: [ORC] Print symbol flags and materializer name in ...
lhames via All-commits
all-commits at lists.llvm.org
Sat Mar 14 19:00:32 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 981f017c5c4562e1836bbb0288eb00a3f948fe7a
https://github.com/llvm/llvm-project/commit/981f017c5c4562e1836bbb0288eb00a3f948fe7a
Author: Lang Hames <lhames at gmail.com>
Date: 2020-03-14 (Sat, 14 Mar 2020)
Changed paths:
M llvm/lib/ExecutionEngine/Orc/Core.cpp
Log Message:
-----------
[ORC] Print symbol flags and materializer name in ExecutionSession::dump.
The extra information can be helpful in diagnosing JIT bugs.
Commit: 1e66710d39234dedc5412953a0a7444b26d3a346
https://github.com/llvm/llvm-project/commit/1e66710d39234dedc5412953a0a7444b26d3a346
Author: Lang Hames <lhames at gmail.com>
Date: 2020-03-14 (Sat, 14 Mar 2020)
Changed paths:
R llvm/test/ExecutionEngine/JITLink/AArch64/MachO_Arm64_relocations.s
A llvm/test/ExecutionEngine/JITLink/AArch64/MachO_arm64_relocations.s
Log Message:
-----------
[JITLink][AArch64] Fix incorrect capitalization in a testcase name.
Commit: 049bb95c5c4185611f8240249208aef82773a79d
https://github.com/llvm/llvm-project/commit/049bb95c5c4185611f8240249208aef82773a79d
Author: Lang Hames <lhames at gmail.com>
Date: 2020-03-14 (Sat, 14 Mar 2020)
Changed paths:
M llvm/include/llvm/ExecutionEngine/Orc/LLJIT.h
Log Message:
-----------
[ORC] Remove an undefined static method from LLJIT.
Fixes http://llvm.org/PR44255. Thanks to Raoul Gough for finding the bug!
Compare: https://github.com/llvm/llvm-project/compare/9c9eb60b4b1a...049bb95c5c41
More information about the All-commits
mailing list