forked from OSchip/llvm-project
[scan-build] Pass --sysroot through for both compilation and linking.
PR19704 llvm-svn: 208595
This commit is contained in:
parent
c0437c7782
commit
57ee6d2cf7
|
@ -353,6 +353,7 @@ my %CompilerLinkerOptionMap = (
|
|||
'-m32' => 0,
|
||||
'-m64' => 0,
|
||||
'-stdlib' => 0, # This is really a 1 argument, but always has '='
|
||||
'--sysroot' => 1,
|
||||
'-target' => 1,
|
||||
'-v' => 0,
|
||||
'-mmacosx-version-min' => 0, # This is really a 1 argument, but always has '='
|
||||
|
|
Loading…
Reference in New Issue