aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2009-12-02 19:31:07 +0000
committerJim Grosbach <grosbach@apple.com>2009-12-02 19:31:07 +0000
commitdee452ff502feea9a09247af651d25107748bc0e (patch)
tree04432b11466c094c10f1dd1e82ad7fe2e650fb68 /lib/CodeGen
parent4d20ee6d9a35d9498ad170c55ba714b346237a55 (diff)
downloadexternal_llvm-dee452ff502feea9a09247af651d25107748bc0e.zip
external_llvm-dee452ff502feea9a09247af651d25107748bc0e.tar.gz
external_llvm-dee452ff502feea9a09247af651d25107748bc0e.tar.bz2
Add MaxStackAlignment.cpp to CMake
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90337 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-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 6f86614..1439f41 100644
--- a/lib/CodeGen/CMakeLists.txt
+++ b/lib/CodeGen/CMakeLists.txt
@@ -36,6 +36,7 @@ add_llvm_library(LLVMCodeGen
MachineRegisterInfo.cpp
MachineSink.cpp
MachineVerifier.cpp
+ MaxStackAlignment.cpp
ObjectCodeEmitter.cpp
OcamlGC.cpp
PHIElimination.cpp