Update CMake files.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77709 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Ted Kremenek 2009-07-31 18:50:22 +00:00
parent a87dea4f8c
commit f83146fd11
2 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,8 @@ add_llvm_library(LLVMCodeGen
MachineBasicBlock.cpp
MachineDominators.cpp
MachineFunction.cpp
MachineFunctionAnalysis.cpp
MachineFunctionPass.cpp
MachineInstr.cpp
MachineLICM.cpp
MachineLoopInfo.cpp

View File

@ -3,7 +3,6 @@ add_llvm_library(LLVMSupport
APInt.cpp
APSInt.cpp
Allocator.cpp
Annotation.cpp
CommandLine.cpp
ConstantRange.cpp
Debug.cpp