mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-12 11:06:17 +00:00
update the coverity config
This commit is contained in:
parent
18368be9f8
commit
1a403134ff
4
debian/rules
vendored
4
debian/rules
vendored
@ -211,10 +211,10 @@ override_dh_auto_configure: preconfigure
|
||||
-(if test $(COVERITY_ENABLE) -eq 1; then \
|
||||
export PATH=$$PATH:/opt/cov-analysis/bin/; \
|
||||
cov-configure --compiler clang --comptype clang; \
|
||||
cov-configure --compiler gcc-5 --comptype gcc; \
|
||||
cov-configure --compiler g++-5 --comptype gcc; \
|
||||
cov-configure --compiler gcc-6 --comptype gcc; \
|
||||
cov-configure --compiler g++-6 --comptype gcc; \
|
||||
cov-configure -co /usr/bin/g++-6 -- -std=c++0x -fPIC -std=c++11; \
|
||||
cov-configure -co /usr/bin/gcc-6 -- -fPIC; \
|
||||
cov-configure --compiler cc --comptype gcc --template \
|
||||
--xml-option append_arg:"--ppp_translator" \
|
||||
--xml-option append_arg:"replace/llvm::AlignOf<PrevTy>::Alignment/(llvm::AlignOf<PrevTy>::Alignment)" \
|
||||
|
Loading…
Reference in New Issue
Block a user