summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--unittests/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/unittests/CMakeLists.txt b/unittests/CMakeLists.txt
index 9b9c57edd3..36aace5bc4 100644
--- a/unittests/CMakeLists.txt
+++ b/unittests/CMakeLists.txt
@@ -80,6 +80,7 @@ add_llvm_unittest(VMCore
VMCore/InstructionsTest.cpp
VMCore/MetadataTest.cpp
VMCore/PassManagerTest.cpp
+ VMCore/ValueMapTest.cpp
VMCore/VerifierTest.cpp
)