aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-stress/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvm-stress/Makefile')
-rw-r--r--tools/llvm-stress/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/llvm-stress/Makefile b/tools/llvm-stress/Makefile
index 8767cbe..29245af 100644
--- a/tools/llvm-stress/Makefile
+++ b/tools/llvm-stress/Makefile
@@ -12,7 +12,4 @@ TOOLNAME := llvm-stress
LINK_COMPONENTS := object
LINK_COMPONENTS := bitreader bitwriter asmparser irreader instrumentation scalaropts ipo
-# This tool has no plugins, optimize startup time.
-TOOL_NO_EXPORTS = 1
-
include $(LEVEL)/Makefile.common