[all-commits] [llvm/llvm-project] 9099c9: [JITLink] Fix missing 'static' keyword in unit test.
lhames via All-commits
all-commits at lists.llvm.org
Thu May 13 21:55:50 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9099c9ef78c01145f9cf93671081409a8c4c0394
https://github.com/llvm/llvm-project/commit/9099c9ef78c01145f9cf93671081409a8c4c0394
Author: Lang Hames <lhames at gmail.com>
Date: 2021-05-13 (Thu, 13 May 2021)
Changed paths:
M llvm/unittests/ExecutionEngine/JITLink/LinkGraphTests.cpp
Log Message:
-----------
[JITLink] Fix missing 'static' keyword in unit test.
Commit: 0fda4c4745b81e8a0eed2b80b0b03f33c16c2b99
https://github.com/llvm/llvm-project/commit/0fda4c4745b81e8a0eed2b80b0b03f33c16c2b99
Author: Lang Hames <lhames at gmail.com>
Date: 2021-05-13 (Thu, 13 May 2021)
Changed paths:
M llvm/include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h
M llvm/lib/ExecutionEngine/Orc/ObjectLinkingLayer.cpp
M llvm/unittests/ExecutionEngine/Orc/CMakeLists.txt
A llvm/unittests/ExecutionEngine/Orc/ObjectLinkingLayerTest.cpp
Log Message:
-----------
[ORC] Add support for adding LinkGraphs directly to ObjectLinkingLayer.
This is separate from (but builds on) the support added in ec6b71df70a for
emitting LinkGraphs in the context of an active materialization. This commit
makes LinkGraphs a first-class data structure with features equivalent to
object files within ObjectLinkingLayer.
Compare: https://github.com/llvm/llvm-project/compare/261d6e05d557...0fda4c4745b8
More information about the All-commits
mailing list