mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 12:59:10 +00:00
Now supports clang
This commit is contained in:
parent
f9700163cd
commit
9f86c8bfb9
2
debian/rules
vendored
2
debian/rules
vendored
@ -168,7 +168,7 @@ override_dh_auto_configure: debian/lldb-$(LLVM_VERSION).install debian/lldb-$(LL
|
||||
# Configure coverity (we need the compilers)
|
||||
-(if test $(COVERITY_ENABLE) -eq 1; then \
|
||||
export PATH=$$PATH:/opt/cov-analysis/bin/; \
|
||||
cov-configure --compiler clang --comptype gcc; \
|
||||
cov-configure --compiler clang --comptype clang; \
|
||||
cov-configure --compiler gcc-4.8 --comptype gcc; \
|
||||
cov-configure --compiler g++-4.8 --comptype gcc; \
|
||||
fi)
|
||||
|
Loading…
Reference in New Issue
Block a user