diff options
Diffstat (limited to 'unittests/VMCore/CMakeLists.txt')
-rw-r--r-- | unittests/VMCore/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unittests/VMCore/CMakeLists.txt b/unittests/VMCore/CMakeLists.txt index b902930..632eab5 100644 --- a/unittests/VMCore/CMakeLists.txt +++ b/unittests/VMCore/CMakeLists.txt @@ -7,6 +7,7 @@ set(LLVM_LINK_COMPONENTS set(VMCoreSources ConstantsTest.cpp DominatorTreeTest.cpp + IRBuilderTest.cpp InstructionsTest.cpp MDBuilderTest.cpp MetadataTest.cpp |