summaryrefslogtreecommitdiffstats
path: root/lldb
diff options
context:
space:
mode:
authorMichal Gorny <mgorny@gentoo.org>2017-03-25 18:51:29 +0000
committerMichal Gorny <mgorny@gentoo.org>2017-03-25 18:51:29 +0000
commita32fc333d2bddea07776013ee77baba2ebfef1ee (patch)
tree095d9d7ece75b76bce88ea595ed913b0e159ff5c /lldb
parent9ebb68843e57f2602cdec521cb8e55db5b1463a4 (diff)
downloadbcm5719-llvm-a32fc333d2bddea07776013ee77baba2ebfef1ee.tar.gz
bcm5719-llvm-a32fc333d2bddea07776013ee77baba2ebfef1ee.zip
Expression: add missing linkage to RuntimeDyld component
Add missing linkage from lldbExpression library to LLVMRuntimeDyld. Otherwise the build against shared LLVM libraries fails with: lib64/liblldbExpression.a(IRExecutionUnit.cpp.o):IRExecutionUnit.cpp:function llvm::RTDyldMemoryManager::deregisterEHFrames(unsigned char*, unsigned long, unsigned long): error: undefined reference to 'llvm::RTDyldMemoryManager::deregisterEHFramesInProcess(unsigned char*, unsigned long)' Differential Revision: https://reviews.llvm.org/D31367 llvm-svn: 298776
Diffstat (limited to 'lldb')
-rw-r--r--lldb/source/Expression/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Expression/CMakeLists.txt b/lldb/source/Expression/CMakeLists.txt
index 7d9643a45dd..04754ebdbd8 100644
--- a/lldb/source/Expression/CMakeLists.txt
+++ b/lldb/source/Expression/CMakeLists.txt
@@ -34,5 +34,6 @@ add_lldb_library(lldbExpression
LINK_COMPONENTS
Core
ExecutionEngine
+ RuntimeDyld
Support
)
OpenPOWER on IntegriCloud