Misc optimizer+codegen work for 'cmpxchg' and 'atomicrmw'. They appear to be
[oota-llvm.git] / tools / llvm-ar / Makefile
index ec862e670209c85dd20764d3fbdc92c71b46a0ac..e4fe4e8ca39a788995418cab22ec82f4c43f6183 100644 (file)
@@ -12,6 +12,9 @@ TOOLNAME = llvm-ar
 LINK_COMPONENTS = archive
 REQUIRES_EH := 1
 
+# This tool has no plugins, optimize startup time.
+TOOL_NO_EXPORTS = 1
+
 include $(LEVEL)/Makefile.common
 
 check-local::