llvm-6502/include
Evan Phoenix 85bb54f964 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.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95323 91177308-0d34-0410-b5e6-96231b3b80d8
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