[llvm-commits] [llvm] r145634 - /llvm/trunk/lib/CodeGen/CMakeLists.txt
Dylan Noblesmith
nobled at dreamwidth.org
Thu Dec 1 13:49:24 PST 2011
Author: nobled
Date: Thu Dec 1 15:49:23 2011
New Revision: 145634
URL: http://llvm.org/viewvc/llvm-project?rev=145634&view=rev
Log:
CodeGen: fix CMake build
Missing file from r145629.
Modified:
llvm/trunk/lib/CodeGen/CMakeLists.txt
Modified: llvm/trunk/lib/CodeGen/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/CMakeLists.txt?rev=145634&r1=145633&r2=145634&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/CMakeLists.txt (original)
+++ llvm/trunk/lib/CodeGen/CMakeLists.txt Thu Dec 1 15:49:23 2011
@@ -9,6 +9,7 @@
CodePlacementOpt.cpp
CriticalAntiDepBreaker.cpp
DeadMachineInstructionElim.cpp
+ DFAPacketizer.cpp
DwarfEHPrepare.cpp
EdgeBundles.cpp
ELFCodeEmitter.cpp
More information about the llvm-commits
mailing list