aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/package/llvm/path-system-include.patch
diff options
context:
space:
mode:
Diffstat (limited to 'internal/rosa/package/llvm/path-system-include.patch')
-rw-r--r--internal/rosa/package/llvm/path-system-include.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/rosa/package/llvm/path-system-include.patch b/internal/rosa/package/llvm/path-system-include.patch
index c442d641..f51e7a55 100644
--- a/internal/rosa/package/llvm/path-system-include.patch
+++ b/internal/rosa/package/llvm/path-system-include.patch
@@ -1,8 +1,8 @@
diff --git a/clang/lib/Driver/ToolChains/Linux.cpp b/clang/lib/Driver/ToolChains/Linux.cpp
-index 8ac8d4eb9181..e46b04a898ca 100644
+index 8d30a5ead3bb..e0682dc76ae8 100644
--- a/clang/lib/Driver/ToolChains/Linux.cpp
+++ b/clang/lib/Driver/ToolChains/Linux.cpp
-@@ -671,6 +671,12 @@ void Linux::AddClangSystemIncludeArgs(const ArgList &DriverArgs,
+@@ -820,6 +820,12 @@ void Linux::AddClangSystemIncludeArgs(const ArgList &DriverArgs,
addExternCSystemInclude(
DriverArgs, CC1Args,
concat(SysRoot, "/usr/include", MultiarchIncludeDir));
@@ -15,7 +15,7 @@ index 8ac8d4eb9181..e46b04a898ca 100644
if (getTriple().getOS() == llvm::Triple::RTEMS)
return;
-@@ -681,6 +687,7 @@ void Linux::AddClangSystemIncludeArgs(const ArgList &DriverArgs,
+@@ -830,6 +836,7 @@ void Linux::AddClangSystemIncludeArgs(const ArgList &DriverArgs,
addExternCSystemInclude(DriverArgs, CC1Args, concat(SysRoot, "/include"));
addExternCSystemInclude(DriverArgs, CC1Args, concat(SysRoot, "/usr/include"));