[llvm-commits] [llvm] r145636 - /llvm/trunk/utils/TableGen/CMakeLists.txt
Dylan Noblesmith
nobled at dreamwidth.org
Thu Dec 1 13:53:39 PST 2011
Author: nobled
Date: Thu Dec 1 15:53:39 2011
New Revision: 145636
URL: http://llvm.org/viewvc/llvm-project?rev=145636&view=rev
Log:
TableGen: fix CMake build s'more
Oops, missed another missing file from r145629.
Modified:
llvm/trunk/utils/TableGen/CMakeLists.txt
Modified: llvm/trunk/utils/TableGen/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/TableGen/CMakeLists.txt?rev=145636&r1=145635&r2=145636&view=diff
==============================================================================
--- llvm/trunk/utils/TableGen/CMakeLists.txt (original)
+++ llvm/trunk/utils/TableGen/CMakeLists.txt Thu Dec 1 15:53:39 2011
@@ -17,6 +17,7 @@
DAGISelMatcherGen.cpp
DAGISelMatcherOpt.cpp
DAGISelMatcher.cpp
+ DFAPacketizerEmitter.cpp
DisassemblerEmitter.cpp
EDEmitter.cpp
FastISelEmitter.cpp
More information about the llvm-commits
mailing list