mirror of https://github.com/microsoft/clang.git
[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:
parent
629b0132f0
commit
4084c9e303
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue