mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-27 04:51:34 +00:00
prepare 18 upload
This commit is contained in:
parent
417b996088
commit
89818eb946
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -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
2
debian/unpack.sh
vendored
@ -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`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user