]> granicus.if.org Git - clang/commit
Driver: Only add extra -L paths on darwin if they exist. Unfortunately, this
authorDaniel Dunbar <daniel@zuster.org>
Sat, 10 Apr 2010 18:18:57 +0000 (18:18 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sat, 10 Apr 2010 18:18:57 +0000 (18:18 +0000)
commite3c153a88a21e620446955705a7fc8215b4cc2f2
treee3ddfea4d3cee520638a8c1594a5deab33186ae9
parent467ebc935e152a21d4fe45a78d89ad6c6314328e
Driver: Only add extra -L paths on darwin if they exist. Unfortunately, this
means it isn't really possible to write the test case for this code, but this is
the kind of thing that really requires testing against the installed compiler
anyway.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@100935 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/ToolChains.cpp
test/Driver/darwin-ld.c