If a symbol is global, reloc against it even if it is in a mergeable section.
[oota-llvm.git] / lib / Support / CMakeLists.txt
index 58df10bac7501149a561ba95821e2d131517fab6..25fce71a6ad13e9911a9b04bb8d01bd212c413c4 100644 (file)
@@ -24,7 +24,6 @@ add_llvm_library(LLVMSupport
   PluginLoader.cpp
   PrettyStackTrace.cpp
   Regex.cpp
-  SlowOperationInformer.cpp
   SmallPtrSet.cpp
   SmallVector.cpp
   SourceMgr.cpp
@@ -46,5 +45,3 @@ add_llvm_library(LLVMSupport
   regfree.c
   regstrlcpy.c
   )
-
-target_link_libraries (LLVMSupport LLVMSystem)