mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-10-05 00:12:46 +00:00
* Install UnicodeNameMappingGenerator in llvm-X.Y-tools
This commit is contained in:
parent
e5f99fbafd
commit
34e391c928
11
debian/changelog
vendored
11
debian/changelog
vendored
@ -1,10 +1,3 @@
|
|||||||
llvm-toolchain-snapshot (1:15~++20220615092632+f0e608de27b3-1~exp1) UNRELEASED; urgency=medium
|
|
||||||
|
|
||||||
* experimental New snapshot release
|
|
||||||
* Remove debian/patches/x86-fuzzer.patch (done differently upstream)
|
|
||||||
|
|
||||||
-- Sylvestre Ledru <sylvestre@debian.org> Wed, 15 Jun 2022 09:26:46 +0200
|
|
||||||
|
|
||||||
llvm-toolchain-snapshot (1:15~++20220509105605+460fc79a080b-1~exp4) UNRELEASED; urgency=medium
|
llvm-toolchain-snapshot (1:15~++20220509105605+460fc79a080b-1~exp4) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
[ John Paul Adrian Glaubitz ]
|
[ John Paul Adrian Glaubitz ]
|
||||||
@ -22,6 +15,8 @@ llvm-toolchain-snapshot (1:15~++20220509105605+460fc79a080b-1~exp4) UNRELEASED;
|
|||||||
Force the declaration as it is probably the case for every Debian & Ubuntu anyway.
|
Force the declaration as it is probably the case for every Debian & Ubuntu anyway.
|
||||||
See unwind-force-pthread-dl.diff & https://github.com/llvm/llvm-project/issues/55629
|
See unwind-force-pthread-dl.diff & https://github.com/llvm/llvm-project/issues/55629
|
||||||
* Install llvm-driver-template.cpp.in in llvm-X.Y-dev
|
* Install llvm-driver-template.cpp.in in llvm-X.Y-dev
|
||||||
|
* Remove debian/patches/x86-fuzzer.patch (done differently upstream)
|
||||||
|
* Install UnicodeNameMappingGenerator in llvm-X.Y-tools
|
||||||
|
|
||||||
[ Roman Lebedev ]
|
[ Roman Lebedev ]
|
||||||
* Install new binary tblgen-lsp-server into mlir-15-tools
|
* Install new binary tblgen-lsp-server into mlir-15-tools
|
||||||
@ -29,7 +24,7 @@ llvm-toolchain-snapshot (1:15~++20220509105605+460fc79a080b-1~exp4) UNRELEASED;
|
|||||||
[ Michael Biebl ]
|
[ Michael Biebl ]
|
||||||
* Add support for systemd-binfmt (Closes: #1012370)
|
* Add support for systemd-binfmt (Closes: #1012370)
|
||||||
|
|
||||||
-- Sylvestre Ledru <sylvestre@debian.org> Sun, 22 May 2022 14:08:29 +0200
|
-- Sylvestre Ledru <sylvestre@debian.org> Sat, 25 Jun 2022 21:02:40 +0200
|
||||||
|
|
||||||
llvm-toolchain-snapshot (1:15~++20220509105605+460fc79a080b-1~exp2) experimental; urgency=medium
|
llvm-toolchain-snapshot (1:15~++20220509105605+460fc79a080b-1~exp2) experimental; urgency=medium
|
||||||
|
|
||||||
|
2
debian/llvm-X.Y-tools.install.in
vendored
2
debian/llvm-X.Y-tools.install.in
vendored
@ -4,6 +4,7 @@ usr/lib/llvm-@LLVM_VERSION@/bin/FileCheck
|
|||||||
usr/lib/llvm-@LLVM_VERSION@/bin/not
|
usr/lib/llvm-@LLVM_VERSION@/bin/not
|
||||||
usr/lib/llvm-@LLVM_VERSION@/bin/split-file
|
usr/lib/llvm-@LLVM_VERSION@/bin/split-file
|
||||||
usr/lib/llvm-@LLVM_VERSION@/bin/yaml-bench
|
usr/lib/llvm-@LLVM_VERSION@/bin/yaml-bench
|
||||||
|
usr/lib/llvm-@LLVM_VERSION@/bin/UnicodeNameMappingGenerator
|
||||||
usr/lib/llvm-@LLVM_VERSION@/share/opt-viewer/opt-viewer.py
|
usr/lib/llvm-@LLVM_VERSION@/share/opt-viewer/opt-viewer.py
|
||||||
usr/lib/llvm-@LLVM_VERSION@/share/opt-viewer/optrecord.py
|
usr/lib/llvm-@LLVM_VERSION@/share/opt-viewer/optrecord.py
|
||||||
usr/lib/llvm-@LLVM_VERSION@/share/opt-viewer/style.css
|
usr/lib/llvm-@LLVM_VERSION@/share/opt-viewer/style.css
|
||||||
@ -19,3 +20,4 @@ usr/bin/FileCheck-@LLVM_VERSION@
|
|||||||
usr/bin/not-@LLVM_VERSION@
|
usr/bin/not-@LLVM_VERSION@
|
||||||
usr/bin/yaml-bench-@LLVM_VERSION@
|
usr/bin/yaml-bench-@LLVM_VERSION@
|
||||||
usr/bin/split-file-@LLVM_VERSION@
|
usr/bin/split-file-@LLVM_VERSION@
|
||||||
|
usr/bin/UnicodeNameMappingGenerator-@LLVM_VERSION@
|
||||||
|
Loading…
Reference in New Issue
Block a user