]> granicus.if.org Git - clang/commit
Pass some things to the linker that gcc passes. -r is the only one of these that...
authorDavid Chisnall <csdavec@swan.ac.uk>
Sun, 15 Aug 2010 22:58:12 +0000 (22:58 +0000)
committerDavid Chisnall <csdavec@swan.ac.uk>
Sun, 15 Aug 2010 22:58:12 +0000 (22:58 +0000)
commitc736377543edcfbb00a4150fae79b4d9d9f66849
treeed2c315374de521fc98eaf83b0da4d36f328493c
parent52082aff1ce4377761d4eb720689567719ccea22
Pass some things to the linker that gcc passes.  -r is the only one of these that I'm sure about, but the others seem to be listed on FreeBSD by gcc -dumpspecs, so I hope they're right.  Apparently -r is also not passed on GNU/Linux (and should be), but I can't see where the toolchain definition for this platform live.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111114 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/Tools.cpp