* Also install liborc_rt*.a on ppc64 and ppc64el.

This commit is contained in:
Matthias Klose 2023-11-11 10:45:07 +01:00
parent 9e0f02474c
commit 57cfe6e663
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View File

@ -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

View File

@ -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*