Added the -native option.
authorJohn Criswell <criswell@uiuc.edu>
Tue, 16 Sep 2003 21:27:35 +0000 (21:27 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Tue, 16 Sep 2003 21:27:35 +0000 (21:27 +0000)
commitdabaf7de39cd42f9a249ec094349fb58ee7b4377
tree0543dc2a771f82e53f116b553de7708192042fd3
parentd16afe9d3ef2b5491040045b9bddf1d86177cc76
Added the -native option.
With this option, gccld links the program into LLVM bytecode and a native code
binary.  This allows llvmgcc to correctly tell GNU configure scripts when
things aren't defined properly (because the native link will fail).

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