summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/ToolChains.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/lib/Driver/ToolChains.cpp')
-rw-r--r--clang/lib/Driver/ToolChains.cpp4
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))
OpenPOWER on IntegriCloud