1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 22:12:57 +02:00
llvm-mirror/include
Evan Phoenix a44be8b7f3 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