[all-commits] [llvm/llvm-project] 4b87f9: [ORC] Add some extra debugging output.
lhames via All-commits
all-commits at lists.llvm.org
Wed Mar 11 20:05:03 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4b87f9230bd2c5e53e0f79af53442ce8246b9584
https://github.com/llvm/llvm-project/commit/4b87f9230bd2c5e53e0f79af53442ce8246b9584
Author: Lang Hames <lhames at gmail.com>
Date: 2020-03-11 (Wed, 11 Mar 2020)
Changed paths:
M llvm/lib/ExecutionEngine/Orc/Core.cpp
Log Message:
-----------
[ORC] Add some extra debugging output.
Commit: 0caed13fe4a8a86ea6cd215f6e4ad70417ff9b63
https://github.com/llvm/llvm-project/commit/0caed13fe4a8a86ea6cd215f6e4ad70417ff9b63
Author: Lang Hames <lhames at gmail.com>
Date: 2020-03-11 (Wed, 11 Mar 2020)
Changed paths:
M llvm/tools/llvm-jitlink/llvm-jitlink-macho.cpp
Log Message:
-----------
[llvm-jitlink] Fix DEBUG_TYPE string.
This updates the DEBUG_TYPE string in llvm-jitlink-macho.cpp to reflect the
change made to llvm-jitlink.cpp in 66128c48400f03f2b423561a63b3e78a355fd349.
Commit: b19801640bf621a596187d819afb57514713d1e7
https://github.com/llvm/llvm-project/commit/b19801640bf621a596187d819afb57514713d1e7
Author: Lang Hames <lhames at gmail.com>
Date: 2020-03-11 (Wed, 11 Mar 2020)
Changed paths:
M llvm/lib/ExecutionEngine/Orc/Core.cpp
Log Message:
-----------
[ORC] Fix an overly aggressive assert.
It is ok to add dependencies on symbols that are ready, they should just be
skipped.
Commit: c700e0317c25f3f397a8ba368752c4960f4ab975
https://github.com/llvm/llvm-project/commit/c700e0317c25f3f397a8ba368752c4960f4ab975
Author: Lang Hames <lhames at gmail.com>
Date: 2020-03-11 (Wed, 11 Mar 2020)
Changed paths:
M llvm/lib/ExecutionEngine/JITLink/MachOLinkGraphBuilder.cpp
A llvm/test/ExecutionEngine/JITLink/X86/Inputs/MachO_weak_defs_extra.s
A llvm/test/ExecutionEngine/JITLink/X86/MachO_weak_definitions.s
Log Message:
-----------
[JITLink] Read symbol linkage from the correct field.
MachO symbol linkage is described by the desc field of the nlist entry, not the
type field.
Compare: https://github.com/llvm/llvm-project/compare/214d24e1f8e0...c700e0317c25
More information about the All-commits
mailing list