diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2009-08-17 18:47:11 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2009-08-17 18:47:11 +0000 |
commit | 436bd9f7708304dac6e7091765c2f6d2eb3c1fcc (patch) | |
tree | df5aedd8f8a827d567f5809fd9152e4351d3ab11 | |
parent | 7cb92a1e3d15b6414bcb33f859ad0dabed4f2878 (diff) | |
download | bcm5719-llvm-436bd9f7708304dac6e7091765c2f6d2eb3c1fcc.tar.gz bcm5719-llvm-436bd9f7708304dac6e7091765c2f6d2eb3c1fcc.zip |
Update CMakeLists.
llvm-svn: 79264
-rw-r--r-- | llvm/lib/CodeGen/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/CMakeLists.txt b/llvm/lib/CodeGen/CMakeLists.txt index 79a0bab1d58..dc07e2d753c 100644 --- a/llvm/lib/CodeGen/CMakeLists.txt +++ b/llvm/lib/CodeGen/CMakeLists.txt @@ -56,6 +56,7 @@ add_llvm_library(LLVMCodeGen ShadowStackGC.cpp ShrinkWrapping.cpp SimpleRegisterCoalescing.cpp + SjLjEHPrepare.cpp Spiller.cpp StackProtector.cpp StackSlotColoring.cpp |