summaryrefslogtreecommitdiff
path: root/unittests
diff options
context:
space:
mode:
authorArnold Schwaighofer <aschwaighofer@apple.com>2013-05-05 02:14:28 +0000
committerArnold Schwaighofer <aschwaighofer@apple.com>2013-05-05 02:14:28 +0000
commit46e7e6f39e8a4efec0cc45ca346b40683288ff9e (patch)
tree379158da58a4439ef1cd40c992796aa6970611db /unittests
parentf127be1e380d47d4c6588c7445a4db90f98ab534 (diff)
downloadllvm-46e7e6f39e8a4efec0cc45ca346b40683288ff9e.tar.gz
llvm-46e7e6f39e8a4efec0cc45ca346b40683288ff9e.tar.bz2
llvm-46e7e6f39e8a4efec0cc45ca346b40683288ff9e.tar.xz
Add missing PatternMatch.cpp to CMakeLists.txt
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181147 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests')
-rw-r--r--unittests/IR/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/unittests/IR/CMakeLists.txt b/unittests/IR/CMakeLists.txt
index b6098c7928..c53043ef80 100644
--- a/unittests/IR/CMakeLists.txt
+++ b/unittests/IR/CMakeLists.txt
@@ -13,6 +13,7 @@ set(IRSources
MDBuilderTest.cpp
MetadataTest.cpp
PassManagerTest.cpp
+ PatternMatch.cpp
TypeBuilderTest.cpp
TypesTest.cpp
ValueMapTest.cpp