forked from OSchip/llvm-project
[Static Analyzer] No longer include the full path of the source file in the single file tests' bug identifiers.
llvm-svn: 241292
This commit is contained in:
parent
18960b9bb7
commit
2ed9456015
|
@ -280,7 +280,7 @@ def runAnalyzePreprocessed(Dir, SBOutputDir, Mode):
|
|||
|
||||
# Build and call the analyzer command.
|
||||
OutputOption = "-o " + os.path.join(PlistPath, FileName) + ".plist "
|
||||
Command = CmdPrefix + OutputOption + os.path.join(Dir, FileName)
|
||||
Command = CmdPrefix + OutputOption + FileName
|
||||
LogFile = open(os.path.join(FailPath, FileName + ".stderr.txt"), "w+b")
|
||||
try:
|
||||
if Verbose == 1:
|
||||
|
|
Loading…
Reference in New Issue