r193596 - Doh, got this turned around. This is in fact the consistent ordering.

Chandler Carruth chandlerc at gmail.com
Tue Oct 29 01:57:34 PDT 2013


Author: chandlerc
Date: Tue Oct 29 03:57:33 2013
New Revision: 193596

URL: http://llvm.org/viewvc/llvm-project?rev=193596&view=rev
Log:
Doh, got this turned around. This is in fact the consistent ordering.

Modified:
    cfe/trunk/lib/Driver/ToolChains.cpp

Modified: cfe/trunk/lib/Driver/ToolChains.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Driver/ToolChains.cpp?rev=193596&r1=193595&r2=193596&view=diff
==============================================================================
--- cfe/trunk/lib/Driver/ToolChains.cpp (original)
+++ cfe/trunk/lib/Driver/ToolChains.cpp Tue Oct 29 03:57:33 2013
@@ -2643,10 +2643,6 @@ void Linux::AddClangSystemIncludeArgs(co
                                                 Twine MIPSABIDirSuffix,
                                                 const ArgList &DriverArgs,
                                                 ArgStringList &CC1Args) {
-  // FIXME: The MIPS folks added this code with the MIPS ABI suffix *preceding*
-  // the biarch suffix here, but following it almost everywhere else. This is
-  // almost certainly a bug, or if not, the most confusing part of the MIPS
-  // toolchain tree layout.
   if (!addLibStdCXXIncludePaths(Base + Suffix,
                                 TargetArchDir + MIPSABIDirSuffix + BiarchSuffix,
                                 DriverArgs, CC1Args))





More information about the cfe-commits mailing list