mirror of
https://github.com/intel/llvm.git
synced 2026-01-20 01:58:44 +08:00
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:
@@ -202,6 +202,7 @@ set(LLVM_LINK_COMPONENTS
|
||||
option
|
||||
support
|
||||
coverage
|
||||
target
|
||||
)
|
||||
|
||||
if ( NOT LLDB_DISABLE_PYTHON )
|
||||
|
||||
Reference in New Issue
Block a user