aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/CMakeLists.txt
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-05-13 06:27:38 +0000
committerChris Lattner <sabre@nondot.org>2009-05-13 06:27:38 +0000
commit9422e01a63758de4be2acb85d41d5d4676c1c749 (patch)
treee8d432f321f9329ab058f052848a88c293b6a593 /lib/CodeGen/CMakeLists.txt
parentbcc2e7dc2c4d10e5b5ecab2e1201653508a3b1ef (diff)
downloadexternal_llvm-9422e01a63758de4be2acb85d41d5d4676c1c749.zip
external_llvm-9422e01a63758de4be2acb85d41d5d4676c1c749.tar.gz
external_llvm-9422e01a63758de4be2acb85d41d5d4676c1c749.tar.bz2
add ShrinkWrapping.cpp
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71645 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 2cae80f..9be7cf3 100644
--- a/lib/CodeGen/CMakeLists.txt
+++ b/lib/CodeGen/CMakeLists.txt
@@ -46,6 +46,7 @@ add_llvm_library(LLVMCodeGen
ScheduleDAGInstrs.cpp
ScheduleDAGPrinter.cpp
ShadowStackGC.cpp
+ ShrinkWrapping.cpp
SimpleRegisterCoalescing.cpp
StackProtector.cpp
StackSlotColoring.cpp