Commit Graph

356 Commits

Author SHA1 Message Date
Matthias Klose
813d3541dd fix typo 2024-09-18 09:58:34 +02:00
Matthias Klose
b16df34ac4 * debian/qualify-clang.sh: Skip llvmlibc test, if libomp-dev is not available. 2024-09-10 08:00:07 +02:00
Matthias Klose
7aabbf3c74 * debian/qualify-clang.sh: Skip OpenMP test, if libomp-dev is not available. 2024-09-05 13:26:26 +02:00
Matthias Klose
d37c16d32b * debian/qualify-clang.sh: Don't check for libclang-cpp.so.$VERSION symlink. 2024-09-03 14:47:11 +02:00
Sylvestre Ledru
628838e4f8 add an llvmlibc test 2024-03-02 18:41:33 +01:00
Gianfranco Costamagna
5c457ebd26 Fix tests by adding a .1 to clang and llvm versions 2024-02-07 16:06:08 +01:00
Gianfranco Costamagna
930c1c116e Fix another underlinking in qualify-clang.sh 2024-02-07 16:05:32 +01:00
Gianfranco Costamagna
e973cca72f Fix an underlinking on qualify-clang.sh 2024-02-07 15:03:54 +01:00
Sylvestre Ledru
556a6737b6 debian/qualify-clang.sh: remove the test of i386 - use libcompiler-rt:i386 instead 2024-01-09 13:04:50 +01:00
Sylvestre Ledru
70777a3fed fix package name 2024-01-09 11:54:56 +01:00
Sylvestre Ledru
395e9a3e89 qualify-clang.sh: fix the filename 2023-12-09 22:58:13 +01:00
Sylvestre Ledru
55b75cf44f Fix the EmitBackendOutput test in debian/qualify-clang.sh 2023-12-06 15:10:01 +01:00
Sylvestre Ledru
b3f5e896b1 qualify-clang.sh : add missing package 2023-12-06 10:26:21 +01:00
Sylvestre Ledru
5ca8352d29 disable the test on i386 2023-07-11 18:01:29 +02:00
Sylvestre Ledru
997fe7a790 add the check 2023-07-06 17:20:32 +02:00
Sylvestre Ledru
36a4128892 check more symlink 2023-07-04 14:42:25 +02:00
Gianfranco Costamagna
e7a8b6628b Adapt testsuite for another test failure 2023-04-12 10:35:49 +02:00
Gianfranco Costamagna
3e2d52cf55 Adapt test when llvm is built without Z3 support (error message changed) 2023-04-11 14:07:40 +02:00
Sylvestre Ledru
8832846d53 Disable the flang autopkgtests on unsupported architectures 2023-03-12 11:20:27 +01:00
Sylvestre Ledru
33f02a8a94 add --rocm-path=/usr as it is necessary 2023-03-10 22:06:34 +01:00
Sylvestre Ledru
57695b959b hip: fix the test 2023-03-10 21:42:02 +01:00
Sylvestre Ledru
14ad9dd6d5 hip: don't hardcode the version 2023-03-10 21:40:50 +01:00
Cordell Bloor
787cd5c440 d/qualify-clang.sh: add test for hip-lang 2023-03-09 01:53:43 -07:00
Sylvestre Ledru
8efc870c16 remove libflang1 - not useful 2023-01-03 11:27:13 +01:00
Sylvestre Ledru
6c0063b66e add more debug info 2023-01-03 00:27:31 +01:00
Sylvestre Ledru
7dd853be3d add more fortran test 2023-01-03 00:27:16 +01:00
Sylvestre Ledru
53827082de Prepare flang package (from 15) 2023-01-02 14:23:10 +01:00
Sylvestre Ledru
c62b2619ac Merge remote-tracking branch 'origin/14' into 15 2023-01-02 09:48:32 +01:00
Sylvestre Ledru
4848352769 update of the comment 2022-12-28 14:01:50 +01:00
Sylvestre Ledru
aa868d6086 also list polly 2022-12-28 13:59:34 +01:00
Sylvestre Ledru
1782ae9af3 add a warning is was-libc isn't installed 2022-12-26 22:17:35 +01:00
Sylvestre Ledru
de2e93731c add missing package 2022-12-26 22:17:23 +01:00
Sylvestre Ledru
d98af97b4b also install them 2022-12-24 12:16:38 +01:00
Gianfranco Costamagna
78fcc5f7bb Merge with experimental upload 1:14.0.6-10~exp1 2022-12-04 09:13:31 +01:00
Gianfranco Costamagna
ba4fb0b8e5 Upload 1:14.0.6-9 to sid, fixing the various RC bugs 2022-12-04 09:08:45 +01:00
Faidon Liambotis
97d60707ed Build libc++/libc++abi for wasm32-wasi
Do a standalone build of libcxx/libcxxabi, for wasm32-wasi. libcxx
requires a libc, and thus this requires a new build dependency on
wasi-libc. wasi-libc is not currently available for wasm64, so limit the
build to wasm32.

This introduces two new binary packages:
  - libc++-${LLVM_VERSION}-dev-wasm32
  - libc++abi-${LLVM_VERSION}-dev-wasm32
There isn't currently a naming convention in Debian for WebAssembly. Use
a "-dev-wasm32" suffix, which makes it consistent with packages such as
"libc6-dev-i386" and "libstd-rust-dev-wasm32".

Given these builds are specific to WASI, it can be argued that the names
should be something like "-dev-wasm32-wasi", or simplified to
"-dev-wasi" (not very future proof) or "-dev-wasi32" (not something
upstream uses). Something to think through later on.

WebAssembly only supports shared linking, hence why we -dev packages are
provided, shipping development headers and static archives.
2022-11-18 11:43:50 +02:00
Sylvestre Ledru
0125c0be4d Merge remote-tracking branch 'origin/14' into 15 2022-11-10 23:12:57 +01:00
Sylvestre Ledru
3bb6cd0438 add a test for wasm 2022-10-23 16:09:15 +02:00
Sylvestre Ledru
47420905cd test: remove a non existing option in opt. See df0b893d94e69856754a4247a44fd97d4a69b001 2022-10-21 21:36:16 +02:00
Sylvestre Ledru
0988deb2e8 testing: install bolt 2022-10-11 08:56:54 +02:00
Sylvestre Ledru
b241afb285 Merge remote-tracking branch 'origin/14' into 15 2022-10-10 14:58:08 +02:00
Sylvestre Ledru
a62bbeb425 remove artifact 2022-10-10 14:55:48 +02:00
Sylvestre Ledru
6d0f0bba36 fix a test when running from a symlinked dir 2022-10-10 13:49:21 +02:00
Sylvestre Ledru
a6fac2cad1 also propose to install bolt 2022-10-09 20:19:20 +02:00
Sylvestre Ledru
187d089749 LTO improvements 2022-10-08 15:25:15 +02:00
Sylvestre Ledru
9a669dea39 fix a test when running from a symlinked dir 2022-10-08 15:25:15 +02:00
Sylvestre Ledru
8681b0ebb1 improve the wasm check 2022-10-07 20:20:31 +02:00
Sylvestre Ledru
86285b0da4 add a check for Faidon's change 2022-10-07 16:02:10 +02:00
Sylvestre Ledru
006b642aad Merge remote-tracking branch 'origin/13' into 14 2022-06-06 13:41:46 +02:00
Michael Biebl
f60d81e883 Add support for systemd-binfmt
Closes: #1012367
2022-06-05 20:50:24 +02:00