Home | History | Annotate | Download | only in BitReader_3_0
      1 add_llvm_library(LLVMBitReader
      2   BitReader.cpp
      3   BitcodeReader.cpp
      4   )
      5 
      6 add_llvm_library_dependencies(LLVMBitReader
      7   LLVMCore
      8   LLVMSupport
      9   )
     10