[cfe-commits] r108054 - /cfe/trunk/tools/driver/Makefile

Nick Lewycky nicholas at mxc.ca
Sat Jul 10 13:19:47 PDT 2010


Author: nicholas
Date: Sat Jul 10 15:19:47 2010
New Revision: 108054

URL: http://llvm.org/viewvc/llvm-project?rev=108054&view=rev
Log:
Clang do so have plugins, we can't prune exports.  Fixes plugin support.

Modified:
    cfe/trunk/tools/driver/Makefile

Modified: cfe/trunk/tools/driver/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/driver/Makefile?rev=108054&r1=108053&r2=108054&view=diff
==============================================================================
--- cfe/trunk/tools/driver/Makefile (original)
+++ cfe/trunk/tools/driver/Makefile Sat Jul 10 15:19:47 2010
@@ -17,9 +17,6 @@
   endif
 endif
 
-# Clang tool has no plugins, optimize startup time.
-TOOL_NO_EXPORTS = 1
-
 # Include this here so we can get the configuration of the targets that have
 # been configured for construction. We have to do this early so we can set up
 # LINK_COMPONENTS before including Makefile.rules





More information about the cfe-commits mailing list