summaryrefslogtreecommitdiff
path: root/lib/CodeGen/CMakeLists.txt
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-10-31 14:07:59 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-10-31 14:07:59 +0000
commit83dd2ae095626d8e461f8a69214ec2b97ff18c2f (patch)
treea3af11fd794e570361c901535c4b2b40cde5bf01 /lib/CodeGen/CMakeLists.txt
parent424f19732e948a854b454c70722a4eca8957bc20 (diff)
downloadllvm-83dd2ae095626d8e461f8a69214ec2b97ff18c2f.tar.gz
llvm-83dd2ae095626d8e461f8a69214ec2b97ff18c2f.tar.bz2
llvm-83dd2ae095626d8e461f8a69214ec2b97ff18c2f.tar.xz
Remove the --shrink-wrap option.
It had no tests, was unused and was "experimental at best". git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193749 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CMakeLists.txt')
-rw-r--r--lib/CodeGen/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt
index 5aa5a75069..c01875c1f8 100644
--- a/lib/CodeGen/CMakeLists.txt
+++ b/lib/CodeGen/CMakeLists.txt
@@ -89,7 +89,6 @@ add_llvm_library(LLVMCodeGen
ScheduleDAGPrinter.cpp
ScoreboardHazardRecognizer.cpp
ShadowStackGC.cpp
- ShrinkWrapping.cpp
SjLjEHPrepare.cpp
SlotIndexes.cpp
SpillPlacement.cpp