Remove FileCheck from test case token_landingpad.ll.
[oota-llvm.git] / lib / Bitcode / Writer / CMakeLists.txt
index 3cf905697a4252308b2e96a6c3bd78b67ae9511a..82dc6b24137de2d9c76a08fd805ea2154285caf7 100644 (file)
@@ -3,9 +3,7 @@ add_llvm_library(LLVMBitWriter
   BitcodeWriter.cpp
   BitcodeWriterPass.cpp
   ValueEnumerator.cpp
-  )
 
-add_llvm_library_dependencies(LLVMBitWriter
-  LLVMCore
-  LLVMSupport
+  DEPENDS
+  intrinsics_gen
   )