mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-16 21:21:06 +00:00
[analyzer] Use stable filenames in analyzer testing infrastructure
Makes finding the right file in test results easier. Differential Revision: https://reviews.llvm.org/D42445 llvm-svn: 323697
This commit is contained in:
parent
21428afae8
commit
9ed25edc66
@ -247,6 +247,7 @@ def runScanBuild(Dir, SBOutputDir, PBuildLogFile):
|
||||
SBOptions += "-plist-html -o '%s' " % SBOutputDir
|
||||
SBOptions += "-enable-checker " + AllCheckers + " "
|
||||
SBOptions += "--keep-empty "
|
||||
SBOptions += "-analyzer-config 'stable-report-filename=true' "
|
||||
# Always use ccc-analyze to ensure that we can locate the failures
|
||||
# directory.
|
||||
SBOptions += "--override-compiler "
|
||||
|
Loading…
x
Reference in New Issue
Block a user