prepare 18 upload

This commit is contained in:
Sylvestre Ledru 2024-01-24 22:14:23 +01:00
parent 417b996088
commit 89818eb946
2 changed files with 3 additions and 3 deletions

4
debian/changelog vendored
View File

@ -1,4 +1,4 @@
llvm-toolchain-18 (1:18~++20240124033649+22683463740e-1~exp1) experimental; urgency=medium llvm-toolchain-18 (1:18~++20240124100819+22683463740e-1~exp1) experimental; urgency=medium
* Branching of 18 * Branching of 18
* refresh libomp5 symbol list * refresh libomp5 symbol list
@ -7,7 +7,7 @@ llvm-toolchain-18 (1:18~++20240124033649+22683463740e-1~exp1) experimental; urge
* remove the unconditionnaly defined -DLIBUNWIND_USE_COMPILER_RT=ON * remove the unconditionnaly defined -DLIBUNWIND_USE_COMPILER_RT=ON
* Also pass -DLIBCXXABI_USE_LLVM_UNWINDER:BOOL=OFF to libcxx-wasm32-wasi builds * Also pass -DLIBCXXABI_USE_LLVM_UNWINDER:BOOL=OFF to libcxx-wasm32-wasi builds
-- Sylvestre Ledru <sylvestre@debian.org> Fri, 12 Jan 2024 18:33:31 +0100 -- Sylvestre Ledru <sylvestre@debian.org> Wed, 24 Jan 2024 22:14:15 +0100
llvm-toolchain-snapshot (1:18~++20231211102647+75193b192ad9-1~exp1) experimental; urgency=medium llvm-toolchain-snapshot (1:18~++20231211102647+75193b192ad9-1~exp1) experimental; urgency=medium

2
debian/unpack.sh vendored
View File

@ -1,5 +1,5 @@
set -e set -e
ORIG_VERSION=snapshot ORIG_VERSION=18
MAJOR_VERSION=18 # 8.0.1 MAJOR_VERSION=18 # 8.0.1
REV=`ls -1 *${ORIG_VERSION}_${MAJOR_VERSION}*~+*xz | tail -1|perl -ne 'print "$1\n" if /~\+(.*)\.orig/;' | sort -ru` REV=`ls -1 *${ORIG_VERSION}_${MAJOR_VERSION}*~+*xz | tail -1|perl -ne 'print "$1\n" if /~\+(.*)\.orig/;' | sort -ru`