]> granicus.if.org Git - clang/commitdiff
[Static Analyzer] No longer include the full path of the source file in the single...
authorGabor Horvath <xazax.hun@gmail.com>
Thu, 2 Jul 2015 19:20:46 +0000 (19:20 +0000)
committerGabor Horvath <xazax.hun@gmail.com>
Thu, 2 Jul 2015 19:20:46 +0000 (19:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@241292 91177308-0d34-0410-b5e6-96231b3b80d8

utils/analyzer/SATestBuild.py

index 6588f6bd2495f27d779e0f5db6fdf54fff5056bd..20839c24e18acf0c37fa37d9e4cb649b79915c1d 100755 (executable)
@@ -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: