llvm-project/llvm/unittests/Bitcode/CMakeLists.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
166 B
CMake
Raw Normal View History

set(LLVM_LINK_COMPONENTS
AsmParser
BitReader
BitWriter
Core
Support
)
add_llvm_unittest(BitcodeTests
BitReaderTest.cpp
DataLayoutUpgradeTest.cpp
)