summaryrefslogtreecommitdiff
path: root/tools/driver/Makefile
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2013-12-27 22:39:28 +0000
committerNico Weber <nicolasweber@gmx.de>2013-12-27 22:39:28 +0000
commit305448f04b42514e6c718c16e93ceaca8bc23155 (patch)
treea78d66e3d61b1bdc28b6c18f8c7ebcbcef96285d /tools/driver/Makefile
parentb4ecba3a203c5d07fa12b6fd3843c5693e02ab3f (diff)
downloadclang-305448f04b42514e6c718c16e93ceaca8bc23155.tar.gz
clang-305448f04b42514e6c718c16e93ceaca8bc23155.tar.bz2
clang-305448f04b42514e6c718c16e93ceaca8bc23155.tar.xz
Set NO_DEAD_STRIP for clang after llvm r198087.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@198088 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/driver/Makefile')
-rw-r--r--tools/driver/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/driver/Makefile b/tools/driver/Makefile
index 562b902d83..c12891805d 100644
--- a/tools/driver/Makefile
+++ b/tools/driver/Makefile
@@ -24,6 +24,9 @@ endif
# Include tool version information on OS X.
TOOL_INFO_PLIST := Info.plist
+# Support plugins.
+NO_DEAD_STRIP := 1
+
# Include this here so we can get the configuration of the targets that have
# been configured for construction. We have to do this early so we can set up
# LINK_COMPONENTS before including Makefile.rules