diff options
author | Jim Grosbach <grosbach@apple.com> | 2009-12-02 19:31:07 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2009-12-02 19:31:07 +0000 |
commit | b51d3f9c8dc0ed308f3b8743ea2efdf3a3a2c93d (patch) | |
tree | 04432b11466c094c10f1dd1e82ad7fe2e650fb68 /lib/CodeGen | |
parent | e27d205d5d4d53cceabcd6325533fbdf9c0cee42 (diff) |
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.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt index 6f86614c90..1439f418e8 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 |