[llvm] r181147 - Add missing PatternMatch.cpp to CMakeLists.txt

Arnold Schwaighofer aschwaighofer at apple.com
Sat May 4 19:14:28 PDT 2013


Author: arnolds
Date: Sat May  4 21:14:28 2013
New Revision: 181147

URL: http://llvm.org/viewvc/llvm-project?rev=181147&view=rev
Log:
Add missing PatternMatch.cpp to CMakeLists.txt

Modified:
    llvm/trunk/unittests/IR/CMakeLists.txt

Modified: llvm/trunk/unittests/IR/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/unittests/IR/CMakeLists.txt?rev=181147&r1=181146&r2=181147&view=diff
==============================================================================
--- llvm/trunk/unittests/IR/CMakeLists.txt (original)
+++ llvm/trunk/unittests/IR/CMakeLists.txt Sat May  4 21:14:28 2013
@@ -13,6 +13,7 @@ set(IRSources
   MDBuilderTest.cpp
   MetadataTest.cpp
   PassManagerTest.cpp
+  PatternMatch.cpp
   TypeBuilderTest.cpp
   TypesTest.cpp
   ValueMapTest.cpp





More information about the llvm-commits mailing list