[WinEH] Fix catchpad pred verification
[oota-llvm.git] / utils / PerfectShuffle / Makefile
index 0eb3a9947ffe26e9986eb56b546598e7d4e4e037..28709fefd319bd1307501ccc3698ed2d9d5426d3 100644 (file)
@@ -10,5 +10,9 @@
 LEVEL = ../..
 TOOLNAME = llvm-PerfectShuffle
 NO_INSTALL = 1
+
+# This tool has no plugins, optimize startup time.
+TOOL_NO_EXPORTS = 1
+
 include $(LEVEL)/Makefile.common