Fix the BUILD_SHARED_LIBS=ON build, was getting the following error while linking liblldb.so:

../include/llvm/Target/TargetOptions.h:104: error: undefined reference to 'llvm::TargetRecip::TargetRecip()'

llvm-svn: 277585
This commit is contained in:
Ismail Donmez
2016-08-03 10:46:42 +00:00
parent fdc6ba1e45
commit 7b80ff3c7e

View File

@@ -202,6 +202,7 @@ set(LLVM_LINK_COMPONENTS
option
support
coverage
target
)
if ( NOT LLDB_DISABLE_PYTHON )