[analyzer] [tests] Pass clang executable path to prefix-less executor scripts.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@336124 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
George Karpenkov 2018-07-02 17:10:40 +00:00
parent 629b0132f0
commit 4084c9e303
1 changed files with 1 additions and 0 deletions

View File

@ -303,6 +303,7 @@ def runScanBuild(Dir, SBOutputDir, PBuildLogFile):
if Command == NoPrefixCmd:
SBPrefix = ""
ExtraEnv['OUTPUT'] = SBOutputDir
ExtraEnv['CC'] = Clang
continue
# If using 'make', auto imply a -jX argument