gn build: Extract git() and git_out() functions in sync script
[llvm-complete.git] / unittests / Bitcode / CMakeLists.txt
blob7e9d1bc43fefe6e75c34c0124d412e81e457672b
1 set(LLVM_LINK_COMPONENTS
2   AsmParser
3   BitReader
4   BitWriter
5   Core
6   Support
7   )
9 add_llvm_unittest(BitcodeTests
10   BitReaderTest.cpp
11   )