OSDN Git Service

add a hack that fixes:
authorChris Lattner <sabre@nondot.org>
Thu, 3 Nov 2005 07:17:51 +0000 (07:17 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 3 Nov 2005 07:17:51 +0000 (07:17 +0000)
commit2b11995547cfcd28b73407c02e9918b203dea996
tree0bb1771e45765cd62cf1b67ff508aa4b35948f63
parent465c737467dd70221a48fc7b9631f39283574d4e
add a hack that fixes:
llvm-gcc main.c -Wl,-native -o a.out -g

This is important because it used by many configure scripts.

John, please pull this onto the 1.6 branch.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24163 91177308-0d34-0410-b5e6-96231b3b80d8
tools/gccld/GenerateCode.cpp