mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-22 07:58:05 +00:00
Fix run-clang-tidy symlink. it moved from /usr/lib/llvm-13/share/clang/run-clang-tidy to /usr/lib/llvm-13/bin/run-clang-tidy (Closes: #1001748)
This commit is contained in:
parent
8a9cbcbd98
commit
317f8ce703
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -272,6 +272,9 @@ llvm-toolchain-13 (1:13.0.1~+rc1-1~exp2) experimental; urgency=medium
|
||||
https://releases.llvm.org/11.0.0/docs/ReleaseNotes.html#changes-to-the-avr-target
|
||||
* Use the version suffix when calling wasm-ld => wasm-ld-13
|
||||
https://bugzilla.mozilla.org/show_bug.cgi?id=1747145
|
||||
* Fix run-clang-tidy symlink. it moved from /usr/lib/llvm-13/share/clang/run-clang-tidy
|
||||
to /usr/lib/llvm-13/bin/run-clang-tidy
|
||||
(Closes: #1001748)
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Thu, 16 Dec 2021 14:28:09 +0100
|
||||
|
||||
|
2
debian/clang-tidy-X.Y.links.in
vendored
2
debian/clang-tidy-X.Y.links.in
vendored
@ -1,3 +1,3 @@
|
||||
usr/lib/llvm-@LLVM_VERSION@/share/clang/run-clang-tidy usr/bin/run-clang-tidy-@LLVM_VERSION@.py
|
||||
usr/lib/llvm-@LLVM_VERSION@/bin/run-clang-tidy usr/bin/run-clang-tidy-@LLVM_VERSION@.py
|
||||
usr/lib/llvm-@LLVM_VERSION@/share/clang/clang-tidy-diff.py usr/bin/clang-tidy-diff-@LLVM_VERSION@.py
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user