]> granicus.if.org Git - clang/commit
Darwin: pass -stdlib=libc++ down to cc1 whenever we're targeting libc++
authorTim Northover <tnorthover@apple.com>
Fri, 12 Feb 2016 22:30:42 +0000 (22:30 +0000)
committerTim Northover <tnorthover@apple.com>
Fri, 12 Feb 2016 22:30:42 +0000 (22:30 +0000)
commit40897034025fd836ac2e409b6f79f254579551ba
tree19d202cab484535b0a73afeb0487390e131eecac
parent83d9cb867601ae466fca4f0282847f402413de5d
Darwin: pass -stdlib=libc++ down to cc1 whenever we're targeting libc++

Recent refactoring meant it only got passed down when explicitly specified,
which breaks header search on Darwin.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@260755 91177308-0d34-0410-b5e6-96231b3b80d8
darwin-stdlib.cpp [new file with mode: 0644]
lib/Driver/ToolChains.cpp