From 93c01ab6b82fd6b17d5328e7e2f7eeca7f13441b Mon Sep 17 00:00:00 2001 From: Ophestra Date: Fri, 28 Aug 2026 13:04:05 +0900 Subject: 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 --- internal/rosa/package/llvm/path-system-include.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'internal/rosa/package/llvm/path-system-include.patch') 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")); -- cgit v1.3.1