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:
		
							parent
							
								
									75e29c4b78
								
							
						
					
					
						commit
						75e4bb1d87
					
				| 
						 | 
				
			
			@ -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 '='
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue