aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/package/llvm/path-system-include.patch
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-08-28 13:04:05 +0900
committerOphestra <cat@gensokyo.uk>2026-08-28 13:04:05 +0900
commit93c01ab6b82fd6b17d5328e7e2f7eeca7f13441b (patch)
tree614c3ca8ae9d42cae7d1a2c318966942e0e4624b /internal/rosa/package/llvm/path-system-include.patch
parent2fa116691dcf00c90ce3c5ed9c32db67b5804c10 (diff)
internal/rosa/package/llvm: 22.1.8 to 23.1.0
libclc is removed from the LLVM package and will be re-added as a separate package. Signed-off-by: Ophestra <cat@gensokyo.uk>
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"));