]> granicus.if.org Git - clang/commit
Have clang pay attention to the LIBRARY_PATH environment variable.
authorBill Wendling <isanbard@gmail.com>
Mon, 12 Mar 2012 21:22:35 +0000 (21:22 +0000)
committerBill Wendling <isanbard@gmail.com>
Mon, 12 Mar 2012 21:22:35 +0000 (21:22 +0000)
commitbdb8f3ce95e3e5c43497292fd05764faa6ad46b1
treefd1808396a22f0bbfd708be7c97522a3090af712
parent860d9b780b54f56cd27e16620196d213385d31f7
Have clang pay attention to the LIBRARY_PATH environment variable.

The LIBRARY_PATH environment variable should be honored by clang. Have the
driver pass the directories to the linker.
<rdar://problem/9743567> and PR10296.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152578 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/Tools.cpp
test/Driver/linker-opts.c [new file with mode: 0644]