summaryrefslogtreecommitdiff
path: root/unittests/Bitcode/CMakeLists.txt
blob: 743ab18ad2c7b697288b429ef9e3ba6def1f2acd (plain)
1
2
3
4
5
6
7
8
9
10
set(LLVM_LINK_COMPONENTS
  BitReader
  BitWriter
  Core
  Support
  )

add_llvm_unittest(BitcodeTests
  BitReaderTest.cpp
  )