aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver
diff options
context:
space:
mode:
authorSimon Atanasyan <simon@atanasyan.com>2013-04-21 12:55:59 +0000
committerSimon Atanasyan <simon@atanasyan.com>2013-04-21 12:55:59 +0000
commit990b5e5be5e60e91cab2134d7f37a0ba70f727c2 (patch)
treeb2d778ac63662278e7b553ae2f35d99fab1531bc /lib/Driver
parent840462670ba7a6bc26265a2306b35f2f0f01f51c (diff)
[Mips] Do not add unnecessary Mips toolchain path to the list
of system include directories with extern "C" semantics. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179979 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Driver')
-rw-r--r--lib/Driver/ToolChains.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/Driver/ToolChains.cpp b/lib/Driver/ToolChains.cpp
index 20a8897422..faad1dc074 100644
--- a/lib/Driver/ToolChains.cpp
+++ b/lib/Driver/ToolChains.cpp
@@ -2382,11 +2382,6 @@ void Linux::AddClangSystemIncludeArgs(const ArgList &DriverArgs,
addExternCSystemIncludeIfExists(DriverArgs, CC1Args,
GCCInstallation.getInstallPath() +
- "/include-fixed" +
- GCCInstallation.getMultiarchSuffix());
-
- addExternCSystemIncludeIfExists(DriverArgs, CC1Args,
- GCCInstallation.getInstallPath() +
"/../../../../" +
GCCInstallation.getTriple().str() +
"/libc/usr/include");