diff options
Diffstat (limited to 'unittests/Bitcode/CMakeLists.txt')
-rw-r--r-- | unittests/Bitcode/CMakeLists.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/unittests/Bitcode/CMakeLists.txt b/unittests/Bitcode/CMakeLists.txt new file mode 100644 index 00000000000..d8f5fe1f191 --- /dev/null +++ b/unittests/Bitcode/CMakeLists.txt @@ -0,0 +1,8 @@ +set(LLVM_LINK_COMPONENTS + BitReader + BitWriter + ) + +add_llvm_unittest(BitcodeTests + BitReaderTest.cpp + ) |