mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-09 15:52:02 +00:00
Fix some hardcoded paths (Closes: #1020847)
This commit is contained in:
parent
cd3fb411f7
commit
dc10170928
14
debian/changelog
vendored
14
debian/changelog
vendored
@ -1,5 +1,6 @@
|
||||
llvm-toolchain-14 (1:14.0.6-3) unstable; urgency=medium
|
||||
|
||||
<<<<<<<
|
||||
* Fix a typo to silent lintian (Closes: #1018770)
|
||||
|
||||
[ Faidon Liambotis ]
|
||||
@ -10,6 +11,19 @@ llvm-toolchain-14 (1:14.0.6-3) unstable; urgency=medium
|
||||
Debian nor upstream, and therefore compiler-rt is the only option.
|
||||
- Add patch wasm-sysroot-usr.diff to support a system-installed (i.e. shipped
|
||||
in /usr) wasi-libc. (Closes: #1020746)
|
||||
=======
|
||||
* Fix a typo to silent lintian (Closes: #1018770)
|
||||
* Fix some hardcoded paths (Closes: #1020847)
|
||||
|
||||
[ Faidon Liamboti ]
|
||||
* Add better support for the WebAssembly (wasm32/wasm64) targets:
|
||||
- Ship compiler-rt for the wasm32 and wasm64 targets. (Closes: #1010932)
|
||||
- Add patch wasm-compiler-rt-default.diff to default to compiler-rt for
|
||||
these targets. libgcc does not currently exist for WebAssembly in neither
|
||||
Debian nor upstream, and therefore compiler-rt is the only option.
|
||||
- Add patch wasm-sysroot-usr.diff to support a system-installed (i.e. shipped
|
||||
in /usr) wasi-libc. (Closes: #1020746)
|
||||
>>>>>>>
|
||||
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Tue, 30 Aug 2022 16:10:33 +0200
|
||||
|
4
debian/libc++-X.Y-dev.links.in
vendored
4
debian/libc++-X.Y-dev.links.in
vendored
@ -1,3 +1,3 @@
|
||||
usr/lib/llvm-@LLVM_VERSION@/lib/libc++.so /usr/lib/x86_64-linux-gnu/libc++.so
|
||||
usr/lib/llvm-@LLVM_VERSION@/lib/libc++.a /usr/lib/x86_64-linux-gnu/libc++.a
|
||||
usr/lib/llvm-@LLVM_VERSION@/lib/libc++.so /usr/lib/@DEB_HOST_MULTIARCH@/libc++.so
|
||||
usr/lib/llvm-@LLVM_VERSION@/lib/libc++.a /usr/lib/@DEB_HOST_MULTIARCH@/libc++.a
|
||||
usr/lib/llvm-@LLVM_VERSION@/include/c++/v1 /usr/include/c++/v1
|
||||
|
4
debian/libunwind-X.Y-dev.links.in
vendored
4
debian/libunwind-X.Y-dev.links.in
vendored
@ -1,2 +1,2 @@
|
||||
usr/lib/llvm-@LLVM_VERSION@/lib/libunwind.so /usr/lib/x86_64-linux-gnu/libunwind.so
|
||||
usr/lib/llvm-@LLVM_VERSION@/lib/libunwind.a /usr/lib/x86_64-linux-gnu/libunwind.a
|
||||
usr/lib/llvm-@LLVM_VERSION@/lib/libunwind.so /usr/lib/@DEB_HOST_MULTIARCH@/libunwind.so
|
||||
usr/lib/llvm-@LLVM_VERSION@/lib/libunwind.a /usr/lib/@DEB_HOST_MULTIARCH@/libunwind.a
|
||||
|
Loading…
Reference in New Issue
Block a user