This commit is contained in:
Sylvestre Ledru 2023-01-02 09:48:50 +01:00
parent c62b2619ac
commit 12089d1b27

21
debian/control.in vendored
View File

@ -908,3 +908,24 @@ Description: Multi-Level Intermediate Representation library
specific compilers, and aid in connecting existing compilers together.
# ------------- bolt -------------
Package: bolt-@LLVM_VERSION@
Architecture: amd64
# Disable on arm64 because libbolt_rt_hugify.a isn't generated
Depends: ${shlibs:Depends}, ${misc:Depends}, libbolt-@LLVM_VERSION@-dev (= ${binary:Version}),
Pre-Depends: ${misc:Pre-Depends}
Description: Post-link optimizer
It achieves the improvements by optimizing application's code layout based on
execution profile gathered by sampling profiler.
Package: libbolt-@LLVM_VERSION@-dev
Section: libdevel
Architecture: amd64
#arm64
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Post-link optimizer
It achieves the improvements by optimizing application's code layout based on
execution profile gathered by sampling profiler.