mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-03 12:54:47 +00:00
add one more cov-configure to make coverity happy
This commit is contained in:
parent
cff0f5dacc
commit
c945e4a28b
1
debian/rules
vendored
1
debian/rules
vendored
@ -244,6 +244,7 @@ override_dh_auto_configure: preconfigure
|
||||
cov-configure --compiler g++-$(GCC_VERSION) --comptype gcc; \
|
||||
cov-configure -co /usr/bin/g++-$(GCC_VERSION) --comptype gcc -- -std=c++0x -fPIC -std=c++11; \
|
||||
cov-configure -co /usr/bin/gcc-$(GCC_VERSION) --comptype gcc -- -fPIC; \
|
||||
cov-configure -co /usr/bin/g++-$(GCC_VERSION) --comptype gcc -- -std=c++0x -fPIC -std=c++11 -fno-exceptions; \
|
||||
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