Home | History | Annotate | Download | only in Bitcode
      1 set(LLVM_LINK_COMPONENTS
      2   BitReader
      3   BitWriter
      4   )
      5 
      6 add_llvm_unittest(BitcodeTests
      7   BitReaderTest.cpp
      8   )
      9