mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-30 20:39:36 +00:00
improve the txt generation + comments
This commit is contained in:
parent
43c2efe17e
commit
a3daeed38a
5
debian/rules
vendored
5
debian/rules
vendored
@ -332,9 +332,10 @@ endif
|
||||
mkdir -p $(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/lib/clang/$(LLVM_VERSION)/lib/clang_linux/
|
||||
mkdir -p $(TARGET_BUILD)/tools/clang/runtime/compiler-rt/clang_linux/
|
||||
mkdir -p $(TARGET_BUILD)/tools/clang/runtime/compiler-rt/clang_linux/
|
||||
echo "The *.txt files if available, contain helper to override some of the errors messages" >> $(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/lib/clang/$(LLVM_VERSION_FULL)/README.txt
|
||||
# On some archs, the sanatizers are not built. As we explicitly includes some txt files, create
|
||||
# a fake txt to make sure it doesn't fail
|
||||
echo "The *.txt files if available, contain helper to override some of the errors messages" > $(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/lib/clang/$(LLVM_VERSION_FULL)/README.txt
|
||||
echo "please visit https://github.com/google/sanitizers/wiki/AddressSanitizer for help" >> $(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/lib/clang/$(LLVM_VERSION_FULL)/README.txt
|
||||
|
||||
|
||||
# idem for the lldb python binding
|
||||
mkdir -p $(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/lib/python2.7/site-packages/lldb/
|
||||
|
Loading…
Reference in New Issue
Block a user