summaryrefslogtreecommitdiff
path: root/utils/TableGen/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'utils/TableGen/Makefile')
-rw-r--r--utils/TableGen/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/TableGen/Makefile b/utils/TableGen/Makefile
index 6e55c53df0..ba0e157ec3 100644
--- a/utils/TableGen/Makefile
+++ b/utils/TableGen/Makefile
@@ -14,5 +14,8 @@ USEDLIBS = LLVMSupport.a LLVMSystem.a
REQUIRES_EH := 1
REQUIRES_RTTI := 1
+# This tool has no plugins, optimize startup time.
+TOOL_NO_EXPORTS = 1
+
include $(LEVEL)/Makefile.common