mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-27 13:27:05 +00:00
* Also install liborc_rt*.a on ppc64 and ppc64el.
This commit is contained in:
parent
9e0f02474c
commit
57cfe6e663
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -11,6 +11,7 @@ llvm-toolchain-snapshot (1:18~++20230921012857+4cf8da94198d-1~exp1) UNRELEASED;
|
|||||||
[ Matthias Klose ]
|
[ Matthias Klose ]
|
||||||
* Limit the number of parallel processes based on the available memory
|
* Limit the number of parallel processes based on the available memory
|
||||||
and the packages to be built (flang has some memory hogs).
|
and the packages to be built (flang has some memory hogs).
|
||||||
|
* Also install liborc_rt*.a on ppc64 and ppc64el.
|
||||||
|
|
||||||
[ Sylvestre Ledru ]
|
[ Sylvestre Ledru ]
|
||||||
* New supstream release
|
* New supstream release
|
||||||
|
2
debian/libclang-rt-X.Y-dev.install.in
vendored
2
debian/libclang-rt-X.Y-dev.install.in
vendored
@ -7,4 +7,4 @@ usr/lib/llvm-@LLVM_VERSION@/lib/clang/@LLVM_VERSION@*/README.txt
|
|||||||
usr/lib/llvm-@LLVM_VERSION@/lib/clang/@LLVM_VERSION@*/include/fuzzer/
|
usr/lib/llvm-@LLVM_VERSION@/lib/clang/@LLVM_VERSION@*/include/fuzzer/
|
||||||
usr/lib/llvm-@LLVM_VERSION@/lib/clang/@LLVM_VERSION@*/include/orc/c_api.h
|
usr/lib/llvm-@LLVM_VERSION@/lib/clang/@LLVM_VERSION@*/include/orc/c_api.h
|
||||||
# See compiler-rt/cmake/Modules/AllSupportedArchDefs.cmake / ALL_ORC_SUPPORTED_ARCH
|
# See compiler-rt/cmake/Modules/AllSupportedArchDefs.cmake / ALL_ORC_SUPPORTED_ARCH
|
||||||
[amd64 arm64 armhf armel i386] usr/lib/llvm-@LLVM_VERSION@/lib/clang/@LLVM_VERSION@*/lib/linux/liborc_rt*
|
[amd64 arm64 armhf armel i386 ppc64 ppc64el] usr/lib/llvm-@LLVM_VERSION@/lib/clang/@LLVM_VERSION@*/lib/linux/liborc_rt*
|
||||||
|
Loading…
Reference in New Issue
Block a user