ccc-analyzer: pass -stdlib=libc++ through to the analyzer.

Otherwise clang can't analyze code that relies on features provided by libc++.

llvm-svn: 164262
This commit is contained in:
Benjamin Kramer 2012-09-19 22:56:24 +00:00
parent 75e29c4b78
commit 75e4bb1d87
1 changed files with 1 additions and 0 deletions

View File

@ -354,6 +354,7 @@ my %CompilerLinkerOptionMap = (
'-arch' => 1,
'-m32' => 0,
'-m64' => 0,
'-stdlib' => 0, # This is really a 1 argument, but always has '='
'-v' => 0,
'-fpascal-strings' => 0,
'-mmacosx-version-min' => 0, # This is really a 1 argument, but always has '='