mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-27 13:27:05 +00:00
* Disable CMake's package validation check for libLLVM.so.1.
This commit is contained in:
parent
7aabbf3c74
commit
280e853333
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -2,6 +2,7 @@ llvm-toolchain-19 (1:19.1.0~++rc4-3) UNRELEASED; urgency=medium
|
||||
|
||||
* Consolidate disabling CMake's package validation checks a bit.
|
||||
* debian/qualify-clang.sh: Skip OpenMP test, if libomp-dev is not available.
|
||||
* Disable CMake's package validation check for libLLVM.so.1.
|
||||
|
||||
-- Matthias Klose <doko@debian.org> Thu, 05 Sep 2024 10:59:19 +0200
|
||||
|
||||
|
6
debian/rules
vendored
6
debian/rules
vendored
@ -1342,6 +1342,12 @@ endif
|
||||
-e '/_cmake_import_check_targets \(Polly\|sancov\|llvm-omp-device-info\|LibcTableGenUtil\|omptarget\|omp\)/ {s|^|#|}' \
|
||||
$(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/lib/cmake/llvm/LLVMExports-*.cmake
|
||||
|
||||
# the obscure libLLVM.so.1 file ...
|
||||
sed -i \
|
||||
-e '/_cmake_import_check_targets LLVM/ {s|^|#|}' \
|
||||
-e '/_cmake_import_check_files_for_.*\/libLLVM\.so\.1.*/ {s|^|#|}' \
|
||||
$(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/lib/cmake/llvm/LLVMExports-*.cmake
|
||||
|
||||
# Also disable mlir-* checks in the cmake
|
||||
sed -i \
|
||||
-e '/_cmake_import_check_targets \(mlir-\|MLIR\)/ {s|^|#|}' \
|
||||
|
Loading…
Reference in New Issue
Block a user