Now supports clang

This commit is contained in:
Sylvestre Ledru 2014-04-14 09:05:21 +00:00
parent f9700163cd
commit 9f86c8bfb9

2
debian/rules vendored
View File

@ -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)