[llvm] 5682f19 - [RuntimeDyld] Add dependence on Core.
Lang Hames via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 15 11:14:50 PDT 2020
Author: Lang Hames
Date: 2020-06-15T11:14:27-07:00
New Revision: 5682f192bd93fc586591185ec315a9145b411285
URL: https://github.com/llvm/llvm-project/commit/5682f192bd93fc586591185ec315a9145b411285
DIFF: https://github.com/llvm/llvm-project/commit/5682f192bd93fc586591185ec315a9145b411285.diff
LOG: [RuntimeDyld] Add dependence on Core.
Commit 498dd745f55 introduced a dependence on Core. This patch updates
LLVMbuild.txt to reflect this.
Added:
Modified:
llvm/lib/ExecutionEngine/RuntimeDyld/LLVMBuild.txt
Removed:
################################################################################
diff --git a/llvm/lib/ExecutionEngine/RuntimeDyld/LLVMBuild.txt b/llvm/lib/ExecutionEngine/RuntimeDyld/LLVMBuild.txt
index bb7766e745e6..dc95110cddc7 100644
--- a/llvm/lib/ExecutionEngine/RuntimeDyld/LLVMBuild.txt
+++ b/llvm/lib/ExecutionEngine/RuntimeDyld/LLVMBuild.txt
@@ -18,4 +18,4 @@
type = Library
name = RuntimeDyld
parent = ExecutionEngine
-required_libraries = MC Object Support
+required_libraries = Core MC Object Support
More information about the llvm-commits
mailing list