llvm-project/llvm/include
Evan Phoenix ee9d33b4e7 Disable external stubs for X86-32 and X86-64
Instruction selection for X86 now can choose an instruction
sequence that will fit any address of any symbol, no matter
the pointer width. X86-64 uses a mov+call-via-reg sequence
for this.

llvm-svn: 95323
2010-02-04 19:56:59 +00:00
..
llvm Disable external stubs for X86-32 and X86-64 2010-02-04 19:56:59 +00:00
llvm-c Filled in a few new APIs for the enhanced 2010-02-04 01:43:08 +00:00