diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2012-08-04 09:52:39 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2012-08-04 09:52:39 +0000 |
commit | 36108ceabda562ebca91a2fa73bfc2d53e6271be (patch) | |
tree | 093254f215de3390d9fec13f1c29bcf15f89e9af /unittests/VMCore | |
parent | 189f231a4b58a604320fb8c839689578d3ddb5c9 (diff) |
Update cmake build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161297 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/VMCore')
-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 632eab5719..4025c7a91f 100644 --- a/unittests/VMCore/CMakeLists.txt +++ b/unittests/VMCore/CMakeLists.txt @@ -13,6 +13,7 @@ set(VMCoreSources MetadataTest.cpp PassManagerTest.cpp TypeBuilderTest.cpp + TypesTest.cpp ValueMapTest.cpp VerifierTest.cpp ) |