Go to file
Chris Lattner 4e465598f0 eliminate the PPC backend's implementation of EmitExternalGlobal
and use PersonalityPrefix/Suffix to achieve the same effect (like
the x86 backend).

This changes the code generated for ppc static mode, but guess what,
we were generating this before:

	.byte	0x9B                                        ; Personality (indirect pcrel sdata4)
	.long	___gxx_personality_v0-.                     ; Personality

which is not correct! (it is not an 'indirect' reference).
 

llvm-svn: 81965
2009-09-16 00:14:19 +00:00
clang Fix a typo in a FIXME 2009-09-16 00:01:48 +00:00
compiler-rt add conversion functions and test cases for ARM 2009-09-14 23:26:56 +00:00
llvm eliminate the PPC backend's implementation of EmitExternalGlobal 2009-09-16 00:14:19 +00:00