mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-10 21:36:54 +00:00
Prepare-new-release is now updated for llvm-19
This commit is contained in:
parent
a9eb2f4051
commit
091616a2c5
12
debian/prepare-new-release.sh
vendored
12
debian/prepare-new-release.sh
vendored
@ -1,10 +1,10 @@
|
||||
#!/bin/sh
|
||||
ORIG_VERSION=16
|
||||
TARGET_VERSION=17
|
||||
ORIG_VERSION_2=16_0
|
||||
TARGET_VERSION_2=17_0
|
||||
ORIG_VERSION_3=160
|
||||
TARGET_VERSION_3=170
|
||||
ORIG_VERSION=18
|
||||
TARGET_VERSION=19
|
||||
ORIG_VERSION_2=18_0
|
||||
TARGET_VERSION_2=19_0
|
||||
ORIG_VERSION_3=180
|
||||
TARGET_VERSION_3=190
|
||||
|
||||
LIST=`ls debian/control debian/orig-tar.sh debian/rules debian/patches/clang-analyzer-force-version.diff debian/patches/clang-format-version.diff debian/patches/python-clangpath.diff debian/patches/scan-build-clang-path.diff debian/patches/lldb-libname.diff debian/patches/fix-scan-view-path.diff debian/patches/lldb/lldb-addversion-suffix-to-llvm-server-exec.patch debian/patches/clang-tidy-run-bin.diff debian/patches/fix-scan-view-path.diff debian/README debian/patches/clang-analyzer-force-version.diff debian/patches/clang-tidy-run-bin.diff debian/tests/control debian/tests/integration-test-suite-test debian/unpack.sh debian/tests/cmake-test debian/patches/scan-build-py-fix-default-bin.diff`
|
||||
for F in $LIST; do
|
||||
|
Loading…
Reference in New Issue
Block a user