]> granicus.if.org Git - clang/commit
Driver: Force joining of "-l" "foo", the linker doesn't eat that format.
authorDaniel Dunbar <daniel@zuster.org>
Sat, 20 Mar 2010 01:12:03 +0000 (01:12 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sat, 20 Mar 2010 01:12:03 +0000 (01:12 +0000)
commit365b0bd38964c57f7e9fcace1eaf9877fb3b0485
tree46be8bad4ef4d6db5730a6b5aca9be2f1159fee1
parentbbd2a045871c1acff39c43dffd346adbb1b2dde5
Driver: Force joining of "-l" "foo", the linker doesn't eat that format.

<rdar://problem/7641151> clang must eat spaces after -l

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@99023 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/Options.td
test/Driver/darwin-ld.c