summaryrefslogtreecommitdiff
path: root/tools/llc
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llc')
-rw-r--r--tools/llc/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/llc/Makefile b/tools/llc/Makefile
index c24f378bc5..71bce4dc1a 100644
--- a/tools/llc/Makefile
+++ b/tools/llc/Makefile
@@ -11,5 +11,8 @@ LEVEL := ../..
TOOLNAME := llc
LINK_COMPONENTS := all-targets bitreader asmparser irreader
+# Support plugins.
+NO_DEAD_STRIP := 1
+
include $(LEVEL)/Makefile.common