diff options
| author | Chandler Carruth <chandlerc@gmail.com> | 2013-10-29 08:57:33 +0000 |
|---|---|---|
| committer | Chandler Carruth <chandlerc@gmail.com> | 2013-10-29 08:57:33 +0000 |
| commit | 4952448b5672027deecc8808a5510b20a3b5293f (patch) | |
| tree | 04076ec00d142ab7260ff337feb6b4d1fb97e577 | |
| parent | 8677d92c9c0301a83c7b8926de1b6fa1a6bd0420 (diff) | |
| download | bcm5719-llvm-4952448b5672027deecc8808a5510b20a3b5293f.tar.gz bcm5719-llvm-4952448b5672027deecc8808a5510b20a3b5293f.zip | |
Doh, got this turned around. This is in fact the consistent ordering.
llvm-svn: 193596
| -rw-r--r-- | clang/lib/Driver/ToolChains.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/clang/lib/Driver/ToolChains.cpp b/clang/lib/Driver/ToolChains.cpp index af53a03ada6..1903f115b43 100644 --- a/clang/lib/Driver/ToolChains.cpp +++ b/clang/lib/Driver/ToolChains.cpp @@ -2643,10 +2643,6 @@ void Linux::AddClangSystemIncludeArgs(const ArgList &DriverArgs, 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)) |

