aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2010-01-13 01:02:47 +0000
committerTed Kremenek <kremenek@apple.com>2010-01-13 01:02:47 +0000
commitce3ad1565ac3ff6cc04832ec17ecdc1baa705f9d (patch)
tree0164f2b6b32b82caf07bac7b1b8de3f30ac72cff
parentc5b7ef1519807c05ac30af982f49abd555f03177 (diff)
Update CMake file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93283 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/CodeGen/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt
index 7a969f0ad8..6bc808c3c5 100644
--- a/lib/CodeGen/CMakeLists.txt
+++ b/lib/CodeGen/CMakeLists.txt
@@ -35,12 +35,13 @@ add_llvm_library(LLVMCodeGen
MachineModuleInfoImpls.cpp
MachinePassRegistry.cpp
MachineRegisterInfo.cpp
- MachineSink.cpp
MachineSSAUpdater.cpp
+ MachineSink.cpp
MachineVerifier.cpp
MaxStackAlignment.cpp
ObjectCodeEmitter.cpp
OcamlGC.cpp
+ OptimizeExts.cpp
PHIElimination.cpp
Passes.cpp
PostRASchedulerList.cpp