aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/Bitcode/CMakeLists.txt
blob: 09cbcdc7284d25e9baa2ccdd91253ecdb13be5f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
set(LLVM_LINK_COMPONENTS
  AsmParser
  BitReader
  BitWriter
  Core
  Support
  )

add_llvm_unittest(BitcodeTests
  BitReaderTest.cpp
  BitstreamReaderTest.cpp
  )