]> granicus.if.org Git - clang/commit
On linux, -nostdlib was causing a --start-group with no --end-group to be passed
authorNick Lewycky <nicholas@mxc.ca>
Sat, 4 Jun 2011 06:27:06 +0000 (06:27 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sat, 4 Jun 2011 06:27:06 +0000 (06:27 +0000)
commit80df02592ccc283b20b66959f74c6d61af28cadb
tree43ccf578d85d1ffac7a65c7b423ed73984161a7e
parent7e46d0b8436d844d77f3ff580b6e1204e0407044
On linux, -nostdlib was causing a --start-group with no --end-group to be passed
to the linker.

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