2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-12-21 23:00:06 -07:00

llvm, clang, libclc: 19.1.2

This commit is contained in:
Owen Rafferty 2024-10-18 11:59:55 -05:00
parent 9677244bfb
commit 4dec4a88d9
No known key found for this signature in database
10 changed files with 23 additions and 23 deletions

View File

@ -1,3 +1,3 @@
4ceb0ed20c0b7698ca786a6426ff324fd54823c8c584535a228c0b9caac6ec3059
1eb6184478268804485693c8ee428d77717390069cf4714d1578e3e8f5d50f5896
b6e513e411ec87051b9211cf91e27f16109606b930ed11ef8ad4a418f818d474e9
f43f9a198f17ede52077b2ea0aefc5d3b6d121323ea0991a417aeeef39e6db0511
df3f0384fd495c49da6ac0f9adbeee781fb379c266fdd692f6431dd66bbfe65b50
4e36a6fa62dde7ffaa6bee55960e29c2e4cd761ec41405e0813ced50f28333a7cd

View File

@ -1,18 +1,18 @@
diff --git a/clang/lib/Driver/ToolChains/Gnu.cpp b/clang/lib/Driver/ToolChains/Gnu.cpp
index e5e1b1d..7ee093f 100644
index 543f396..24ee06b 100644
--- a/clang/lib/Driver/ToolChains/Gnu.cpp
+++ b/clang/lib/Driver/ToolChains/Gnu.cpp
@@ -2538,8 +2538,7 @@ void Generic_GCC::GCCInstallationDetector::AddDefaultGCCPrefixes(
@@ -2545,8 +2545,7 @@ void Generic_GCC::GCCInstallationDetector::AddDefaultGCCPrefixes(
// 64-bit compiler which defaults to "-m32", hence "powerpc64-suse-linux".
"powerpc64-suse-linux", "powerpc-montavista-linuxspe"};
static const char *const PPCLELibDirs[] = {"/lib32", "/lib"};
static const char *const PPCLETriples[] = {"powerpcle-linux-gnu",
- "powerpcle-unknown-linux-gnu",
- static const char *const PPCLETriples[] = {"powerpcle-unknown-linux-gnu",
- "powerpcle-linux-musl"};
+ "powerpcle-unknown-linux-gnu"};
+ static const char *const PPCLETriples[] = {"powerpcle-unknown-linux-gnu"};
static const char *const PPC64LibDirs[] = {"/lib64", "/lib"};
static const char *const PPC64Triples[] = {
@@ -2616,6 +2615,95 @@ void Generic_GCC::GCCInstallationDetector::AddDefaultGCCPrefixes(
static const char *const PPC64Triples[] = {"powerpc64-unknown-linux-gnu",
@@ -2619,6 +2618,95 @@ void Generic_GCC::GCCInstallationDetector::AddDefaultGCCPrefixes(
return;
}

View File

@ -1,3 +1,3 @@
https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.8/clang-18.1.8.src.tar.xz clang
https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.8/cmake-18.1.8.src.tar.xz cmake
https://github.com/llvm/llvm-project/releases/download/llvmorg-19.1.2/clang-19.1.2.src.tar.xz clang
https://github.com/llvm/llvm-project/releases/download/llvmorg-19.1.2/cmake-19.1.2.src.tar.xz cmake
patches/musl-targets.patch

View File

@ -1 +1 @@
18.1.8 1
19.1.2 1

View File

@ -1,2 +1,2 @@
7f961a114967dab1833cd2d97f3a7e1d8d78efe293b018fea6408208be6b07eb7c
1eb6184478268804485693c8ee428d77717390069cf4714d1578e3e8f5d50f5896
70a73571b530a0d2271c20bc69004e4c6a9751fa4eb7064afb1bf833a80d1686a6
df3f0384fd495c49da6ac0f9adbeee781fb379c266fdd692f6431dd66bbfe65b50

View File

@ -1,2 +1,2 @@
https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.8/libclc-18.1.8.src.tar.xz libclc
https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.8/cmake-18.1.8.src.tar.xz cmake
https://github.com/llvm/llvm-project/releases/download/llvmorg-19.1.2/libclc-19.1.2.src.tar.xz libclc
https://github.com/llvm/llvm-project/releases/download/llvmorg-19.1.2/cmake-19.1.2.src.tar.xz cmake

View File

@ -1 +1 @@
18.1.8 1
19.1.2 1

View File

@ -1,3 +1,3 @@
70cca660eeadde2c70d1f00ae633d3c0495e98fabbb5b5f1022cc21663e0b3f3e8
1eb6184478268804485693c8ee428d77717390069cf4714d1578e3e8f5d50f5896
6f0323f22f1dc84381d2cff4979cf4d988e3df5400465f889dde04e631e222888f
df3f0384fd495c49da6ac0f9adbeee781fb379c266fdd692f6431dd66bbfe65b50
c975229979af06c139b27c56d42cb32a58b16aa5b0b74e28245a06e75be8f35e1d

View File

@ -1,3 +1,3 @@
https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.8/llvm-18.1.8.src.tar.xz llvm
https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.8/cmake-18.1.8.src.tar.xz cmake
https://github.com/llvm/llvm-project/releases/download/llvmorg-19.1.2/llvm-19.1.2.src.tar.xz llvm
https://github.com/llvm/llvm-project/releases/download/llvmorg-19.1.2/cmake-19.1.2.src.tar.xz cmake
patches/musl-stack-size.patch

View File

@ -1 +1 @@
18.1.8 1
19.1.2 1