summaryrefslogtreecommitdiff
path: root/lib/CodeGen/CMakeLists.txt
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2010-11-16 21:20:36 +0000
committerEvan Cheng <evan.cheng@apple.com>2010-11-16 21:20:36 +0000
commit61f1a97e61bf56bfdc56da0e20f5a866f66919f6 (patch)
treec58d0ad7807d3a47d345240f11aea37be0f811a4 /lib/CodeGen/CMakeLists.txt
parentaf6b5808756d6ce335df9eb158efa33894b401c4 (diff)
downloadllvm-61f1a97e61bf56bfdc56da0e20f5a866f66919f6.tar.gz
llvm-61f1a97e61bf56bfdc56da0e20f5a866f66919f6.tar.bz2
llvm-61f1a97e61bf56bfdc56da0e20f5a866f66919f6.tar.xz
Add ExpandPseudos.cpp.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119385 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CMakeLists.txt')
-rw-r--r--lib/CodeGen/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt
index effd03c351..cfc2c9e483 100644
--- a/lib/CodeGen/CMakeLists.txt
+++ b/lib/CodeGen/CMakeLists.txt
@@ -11,6 +11,7 @@ add_llvm_library(LLVMCodeGen
DwarfEHPrepare.cpp
ELFCodeEmitter.cpp
ELFWriter.cpp
+ ExpandPseudos.cpp
GCMetadata.cpp
GCMetadataPrinter.cpp
GCStrategy.cpp