[llvm-branch-commits] [cfe-branch] r105048 - /cfe/branches/Apple/whitney/lib/Driver/Tools.cpp

Daniel Dunbar daniel at zuster.org
Fri May 28 16:07:17 PDT 2010


Author: ddunbar
Date: Fri May 28 18:07:17 2010
New Revision: 105048

URL: http://llvm.org/viewvc/llvm-project?rev=105048&view=rev
Log:
Merge r104955:
--
Author: Daniel Dunbar <daniel at zuster.org>
Date:   Fri May 28 16:43:21 2010 +0000

    Driver: Spell -relax-all correctly when calling the cc1as tool.

Modified:
    cfe/branches/Apple/whitney/lib/Driver/Tools.cpp

Modified: cfe/branches/Apple/whitney/lib/Driver/Tools.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/Apple/whitney/lib/Driver/Tools.cpp?rev=105048&r1=105047&r2=105048&view=diff
==============================================================================
--- cfe/branches/Apple/whitney/lib/Driver/Tools.cpp (original)
+++ cfe/branches/Apple/whitney/lib/Driver/Tools.cpp Fri May 28 18:07:17 2010
@@ -1529,7 +1529,7 @@
   if (Args.hasFlag(options::OPT_mrelax_all,
                     options::OPT_mno_relax_all,
                     !IsOpt))
-    CmdArgs.push_back("-mrelax-all");
+    CmdArgs.push_back("-relax-all");
 
   // FIXME: Add -force_cpusubtype_ALL support, once we have it.
 





More information about the llvm-branch-commits mailing list