Commit Graph

6225 Commits

Author SHA1 Message Date
Gianfranco Costamagna
443f08468c Refresh D158066 patch 2023-09-12 09:06:48 +02:00
Gianfranco Costamagna
c6388ffd4a Update changelog 2023-09-12 09:04:11 +02:00
Gianfranco Costamagna
ccce4c11df Add patch D158066 from llvm-toolchain-16 branch 2023-09-12 09:03:59 +02:00
Gianfranco Costamagna
a4366d1be2 Make sure we use at least spirv 17, FTBFS otherwise 2023-09-10 19:19:49 +02:00
Gianfranco Costamagna
221deb828f Make sure we use at least spirv 17, FTBFS otherwise 2023-09-10 19:19:25 +02:00
Sylvestre Ledru
0372d41b13 New snapshot release 2023-09-10 17:27:02 +02:00
Sylvestre Ledru
3bb4628536 Merge remote-tracking branch 'origin/17' into snapshot 2023-09-10 17:21:50 +02:00
Gianfranco Costamagna
b6d28f8346 Update changelog 2023-09-10 08:49:46 +02:00
Gianfranco Costamagna
9467550d91 Don't depend on spirv, the version 16 is too old to work
[2747/2769] cd "/<<PKGBUILDDIR>>/libclc/build" && "/<<PKGBUILDDIR>>/build-llvm/tools/clang/stage2-bins/bin/opt" -o builtins.opt.spirv-mesa3d-.bc builtins.link.spirv-mesa3d-.bc
[2748/2769] cd "/<<PKGBUILDDIR>>/libclc/build" && /usr/bin/llvm-spirv-16 --spirv-max-version=1.1 -o spirv-mesa3d-.spv builtins.link.spirv-mesa3d-.bc
FAILED: spirv-mesa3d-.spv /<<PKGBUILDDIR>>/libclc/build/spirv-mesa3d-.spv
cd "/<<PKGBUILDDIR>>/libclc/build" && /usr/bin/llvm-spirv-16 --spirv-max-version=1.1 -o spirv-mesa3d-.spv builtins.link.spirv-mesa3d-.bc
Not implemented!
UNREACHABLE executed at ./lib/SPIRV/SPIRVWriter.cpp:477!
PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace.
Stack dump:
0.	Program arguments: /usr/bin/llvm-spirv-16 --spirv-max-version=1.1 -o spirv-mesa3d-.spv builtins.link.spirv-mesa3d-.bc
Stack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):
0  libLLVM-16.so.1       0x00007fd129ae9be6 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) + 54
1  libLLVM-16.so.1       0x00007fd129ae7e30 llvm::sys::RunSignalHandlers() + 80
2  libLLVM-16.so.1       0x00007fd129aea3bb
3  libc.so.6             0x00007fd128720510
4  libc.so.6             0x00007fd12876e0fc
5  libc.so.6             0x00007fd128720472 gsignal + 18
6  libc.so.6             0x00007fd12870a4b2 abort + 211
7  libLLVM-16.so.1       0x00007fd129a31a30 LLVMInstallFatalErrorHandler + 0
8  libLLVMSPIRVLib.so.16 0x00007fd1303695af
9  libLLVMSPIRVLib.so.16 0x00007fd13036c630
10 libLLVMSPIRVLib.so.16 0x00007fd13036ca2f
11 libLLVMSPIRVLib.so.16 0x00007fd13036f66e
12 libLLVMSPIRVLib.so.16 0x00007fd13037311f
13 libLLVMSPIRVLib.so.16 0x00007fd1303734b7
14 libLLVMSPIRVLib.so.16 0x00007fd13037363a
15 libLLVMSPIRVLib.so.16 0x00007fd1303737b1
16 libLLVMSPIRVLib.so.16 0x00007fd130352d4e
17 llvm-spirv-16         0x0000564c5c1d6cd0
18 libc.so.6             0x00007fd12870b6ca
19 libc.so.6             0x00007fd12870b785 __libc_start_main + 133
20 llvm-spirv-16         0x0000564c5c1d73d1
Aborted
[2749/2769] cd "/<<PKGBUILDDIR>>/libclc/build" && "/<<PKGBUILDDIR>>/build-llvm/tools/clang/stage2-bins/bin/opt" -O3 -o builtins.opt.cedar-r600--.bc builtins.link.cedar-r600--.bc
[2750/2769] cd "/<<PKGBUILDDIR>>/libclc/build" && "/<<PKGBUILDDIR>>/build-llvm/tools/clang/stage2-bins/bin/opt" -O3 -o builtins.opt.cayman-r600--.bc builtins.link.cayman-r600--.bc
2023-09-10 08:23:35 +02:00
Gianfranco Costamagna
56ea4bb96b Merge branch '16' into 17 2023-09-10 08:22:53 +02:00
Gianfranco Costamagna
b00ef832ca Now llvm-16 is built everywhere, add spirv 2023-09-10 08:19:07 +02:00
Sylvestre Ledru
86550e92b9 fix changelog 2023-09-08 17:37:00 +02:00
Sylvestre Ledru
1b16b06f5b Merge remote-tracking branch 'origin/17' into snapshot 2023-09-08 17:36:37 +02:00
Sylvestre Ledru
0197ff304b Merge remote-tracking branch 'origin/16' into 17 2023-09-08 17:35:25 +02:00
Sylvestre Ledru
27b9a9bc59 On bionic & buster, for apt.llvm.org, pass -DLLVM_ENABLE_ZSTD=OFF as libzstd is too old 2023-09-08 17:26:39 +02:00
Sylvestre Ledru
a9459c0b95 Also ignore "-mbranch-protection=standard" (used on arm64) 2023-09-08 13:49:42 +02:00
Sylvestre Ledru
7be4584e0a Refresh the cotrol 2023-09-08 13:20:12 +02:00
Sylvestre Ledru
70e2346cd1 fix the vcs link 2023-09-08 13:03:59 +02:00
Sylvestre Ledru
549f573895 fix the merge 2023-09-08 00:22:42 +02:00
Gianfranco Costamagna
d2910da585 Upload to experimental 2023-09-07 23:06:13 +02:00
Gianfranco Costamagna
7d266ab1bf Update control file 2023-09-07 23:03:57 +02:00
Sylvestre Ledru
9000ed8e3a Merge remote-tracking branch 'origin/16' into 17 2023-09-07 19:48:04 +02:00
Sylvestre Ledru
26dacf93c2 also apply the wasm build fix 2023-09-07 17:30:19 +02:00
Sylvestre Ledru
f76927724a Merge remote-tracking branch 'origin/17' into snapshot 2023-09-07 13:52:48 +02:00
Sylvestre Ledru
3fdc3c3920 fix conflict 2023-09-07 13:49:26 +02:00
Sylvestre Ledru
d1a622b9b6 Merge remote-tracking branch 'origin/16' into 17 2023-09-07 13:46:36 +02:00
Sylvestre Ledru
660f0662cc Merge remote-tracking branch 'origin/17' into snapshot 2023-09-07 13:45:20 +02:00
Sylvestre Ledru
69846b07a5 prepare upload 2023-09-07 13:42:36 +02:00
Sylvestre Ledru
75890d4400 fix typo 2023-09-07 13:30:14 +02:00
Sylvestre Ledru
fdc9045b37 Strip -fcf-protection for wasm build - new flag added in dpkg 1.22 2023-09-07 13:01:27 +02:00
Sylvestre Ledru
e65cd4e113 Strip -fcf-protection for wasm build - new flag added in dpkg 1.22 2023-09-07 13:00:38 +02:00
Gianfranco Costamagna
f1404ffaf4 Update changelog 2023-09-07 01:44:09 +02:00
Gianfranco Costamagna
9d8958e1b8 Drop lldb-link-atomic-cmake.patch, probably already superseeded by upstream commit f753bfeeec449dcd0e56bfa98b359598e4798b1f 2023-09-07 00:01:15 +02:00
Sylvestre Ledru
b4ca26951a fix changelog 2023-09-06 23:29:11 +02:00
Sylvestre Ledru
66bfde8cec fix typo 2023-09-06 23:27:04 +02:00
Sylvestre Ledru
1e7abf79ec mergd 2023-09-06 23:26:39 +02:00
Samuel Henrique
8dfcd740c5 Explicitly depend on libcurl4-openssl-dev, since nss is being removed.
(Closes: #1043551)
2023-09-06 23:26:39 +02:00
Sylvestre Ledru
764d84bc2c fix typo 2023-09-06 23:06:37 +02:00
Sylvestre Ledru
f5a39a82c6 improve the changelog 2023-09-06 23:05:16 +02:00
Sylvestre Ledru
8c67b5c9f5 Strip -fcf-protection for wasm build - new flag added in dpkg 1.22 2023-09-06 23:02:44 +02:00
Sylvestre Ledru
50df25a859 Disable python3-lldb on mips64el to unnreak the build 2023-09-06 23:02:17 +02:00
Sylvestre Ledru
abc5cce08c Merge branch 'samueloph/17/libcurl_nss_deprecation' into '17'
Explicitly depend on libcurl4-openssl-dev

See merge request pkg-llvm-team/llvm-toolchain!119
2023-09-06 20:29:33 +00:00
Samuel Henrique
9e8860e7e3 Explicitly depend on libcurl4-openssl-dev
The same change was done to 16, we don't really need this for 17 but
 it's the relase team's strong recommendation that it should be done.
2023-09-06 21:18:18 +01:00
Sylvestre Ledru
b786bcc4b8 fix sed? 2023-09-06 08:33:35 +02:00
Sylvestre Ledru
e0057b00ca remove unsupported flags 2023-09-05 14:39:28 +02:00
Sylvestre Ledru
7b269634e8 debian/tests/control: update gcc to 10 => 13 2023-09-05 14:38:20 +02:00
Sylvestre Ledru
f6389192dc Disable python3-lldb on mips64el to unnreak the build 2023-09-03 14:06:24 +02:00
Sylvestre Ledru
5fb230a269 also disable the python3 lldb binding on bionic 2023-09-03 14:03:56 +02:00
John Paul Adrian Glaubitz
9fd0d44add Remove powerpc from BINUTILS_GOLD_ARCHS again 2023-08-30 11:50:12 +02:00
John Paul Adrian Glaubitz
a87dd6d343 Disable wasm support on powerpc and powerpcspe 2023-08-30 11:49:41 +02:00