Go to file
Eli Friedman 57c11da8df Remove -disable-mips-abicall and -enable-mips-absolute-call command-line
options, which don't appear to be useful.  -enable-mips-absolute-call is
completely unused (and unless I'm mistaken, is supposed to have the 
same effect that -relocation-model=dynamic-no-pic should have), 
and -disable-mips-abicall appears to be effectively a 
synonym for -relocation-model=static. Adjust the few users of hasABICall
to checks which seem more appropriate.  Update MipsSubtarget, 
MipsTargetMachine, and MipselTargetMachine to synchronize with recent 
changes.

llvm-svn: 77938
2009-08-03 02:22:28 +00:00
clang Driver/OpenBSD: Improve ld options. 2009-08-03 01:28:59 +00:00
compiler-rt A few CMake formating fixes for compiler-rt. 2009-08-03 02:15:06 +00:00
llvm Remove -disable-mips-abicall and -enable-mips-absolute-call command-line 2009-08-03 02:22:28 +00:00