implement .ll and .bc support for nsw/nuw on shl and exact on lshr/ashr.
[oota-llvm.git] / lib / Bitcode / Reader / CMakeLists.txt
index 7601d83f0cc95af13757e53c5f70cf8c8d67644a..693d4310b834576facf1a38d84a9165d6d4918de 100644 (file)
@@ -2,5 +2,3 @@ add_llvm_library(LLVMBitReader
   BitReader.cpp
   BitcodeReader.cpp
   )
-
-target_link_libraries(LLVMBitReader LLVMCore)