diff options
Diffstat (limited to 'unittests/IR/CMakeLists.txt')
-rw-r--r-- | unittests/IR/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unittests/IR/CMakeLists.txt b/unittests/IR/CMakeLists.txt index 750f638c7a42..6734de8e2d95 100644 --- a/unittests/IR/CMakeLists.txt +++ b/unittests/IR/CMakeLists.txt @@ -8,6 +8,7 @@ set(LLVM_LINK_COMPONENTS set(IRSources AsmWriterTest.cpp AttributesTest.cpp + BasicBlockTest.cpp ConstantRangeTest.cpp ConstantsTest.cpp DebugInfoTest.cpp |