[scan-build] Pass --sysroot through for both compilation and linking.

PR19704

llvm-svn: 208595
This commit is contained in:
Jordan Rose 2014-05-12 17:04:44 +00:00
parent c0437c7782
commit 57ee6d2cf7
1 changed files with 1 additions and 0 deletions

View File

@ -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 '='