mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-07 08:01:02 +00:00
isable tblgen-lsp-server in cmake second try
This commit is contained in:
parent
fde284e2e4
commit
20434a8d21
4
debian/rules
vendored
4
debian/rules
vendored
@ -854,10 +854,10 @@ endif
|
|||||||
rm -f $(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/include/llvm/Support/LICENSE.TXT
|
rm -f $(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/include/llvm/Support/LICENSE.TXT
|
||||||
|
|
||||||
# Disable CMake's package validation checks for target files that we may remove.
|
# Disable CMake's package validation checks for target files that we may remove.
|
||||||
sed -i '/_IMPORT_CHECK_TARGETS \(Polly\|sancov\|llvm-omp-device-info\|omptarget|tblgen-lsp-server\)/ {s|^|#|}' $(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/lib/cmake/llvm/LLVMExports-*.cmake
|
sed -i '/_IMPORT_CHECK_TARGETS \(Polly\|sancov\|llvm-omp-device-info\|omptarget\)/ {s|^|#|}' $(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/lib/cmake/llvm/LLVMExports-*.cmake
|
||||||
|
|
||||||
# Also disable mlir-* checks in the cmake
|
# Also disable mlir-* checks in the cmake
|
||||||
sed -i '/_IMPORT_CHECK_TARGETS \(mlir-\|MLIR\)/ {s|^|#|}' $(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/lib/cmake/llvm/LLVMExports-*.cmake
|
sed -i '/_IMPORT_CHECK_TARGETS \(mlir-\|MLIR|tblgen-lsp-server\)/ {s|^|#|}' $(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/lib/cmake/llvm/LLVMExports-*.cmake
|
||||||
|
|
||||||
# Disable CMake's package validation checks for binaries that may not be installed
|
# Disable CMake's package validation checks for binaries that may not be installed
|
||||||
sed -i 's|.*_IMPORT_CHECK_FILES_FOR_.*/bin/.*)|#&|' $(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/lib/cmake/clang/ClangTargets-*.cmake
|
sed -i 's|.*_IMPORT_CHECK_FILES_FOR_.*/bin/.*)|#&|' $(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/lib/cmake/clang/ClangTargets-*.cmake
|
||||||
|
Loading…
Reference in New Issue
Block a user