Fix the BUILD_SHARED_LIBS=ON build, was getting the following error while linking...
authorIsmail Donmez <ismail@i10z.com>
Wed, 3 Aug 2016 10:46:42 +0000 (10:46 +0000)
committerIsmail Donmez <ismail@i10z.com>
Wed, 3 Aug 2016 10:46:42 +0000 (10:46 +0000)
../include/llvm/Target/TargetOptions.h:104: error: undefined reference to 'llvm::TargetRecip::TargetRecip()'

llvm-svn: 277585

lldb/cmake/LLDBDependencies.cmake

index af74081..30662c3 100644 (file)
@@ -202,6 +202,7 @@ set(LLVM_LINK_COMPONENTS
   option
   support
   coverage
+  target
   )
 
 if ( NOT LLDB_DISABLE_PYTHON )