mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2026-01-27 21:23:03 +00:00
Use the option stable '-analyzer-config stable-report-filename=true'
to the llvm scan-build reports
This commit is contained in:
parent
b1c638c6ee
commit
8228f6e7ab
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -1,6 +1,8 @@
|
||||
llvm-toolchain-snapshot (1:3.5~svn211669-2) unstable; urgency=medium
|
||||
|
||||
* Remove useless dependency on g++
|
||||
* Use the option stable '-analyzer-config stable-report-filename=true'
|
||||
to the llvm scan-build reports
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Sun, 29 Jun 2014 19:13:05 +0200
|
||||
|
||||
|
||||
2
debian/rules
vendored
2
debian/rules
vendored
@ -85,7 +85,7 @@ ifneq (,$(filter scan-build,$(DEB_BUILD_OPTIONS)))
|
||||
# The package are installed through the variable declarations:
|
||||
# OTHERMIRROR="deb http://llvm.org/apt/unstable/ llvm-toolchain main"
|
||||
# EXTRAPACKAGES="clang-3.5"
|
||||
PRE_PROCESS=scan-build
|
||||
PRE_PROCESS="scan-build -analyzer-config stable-report-filename=true"
|
||||
PRE_PROCESS_CONF=scan-build
|
||||
# no need to run tests in this case
|
||||
DEB_BUILD_OPTIONS+=" nocheck"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user