[llvm-commits] [llvm] r146550 - /llvm/trunk/lib/CodeGen/CMakeLists.txt
NAKAMURA Takumi
geek4civic at gmail.com
Tue Dec 13 19:50:53 PST 2011
Author: chapuni
Date: Tue Dec 13 21:50:53 2011
New Revision: 146550
URL: http://llvm.org/viewvc/llvm-project?rev=146550&view=rev
Log:
llvm/lib/CodeGen: Fix cmake build since r146542.
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=146550&r1=146549&r2=146550&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/CMakeLists.txt (original)
+++ llvm/trunk/lib/CodeGen/CMakeLists.txt Tue Dec 13 21:50:53 2011
@@ -47,6 +47,7 @@
MachineFunctionPass.cpp
MachineFunctionPrinterPass.cpp
MachineInstr.cpp
+ MachineInstrBundle.cpp
MachineLICM.cpp
MachineLoopInfo.cpp
MachineLoopRanges.cpp
More information about the llvm-commits
mailing list