diff options
Diffstat (limited to 'test/CodeGen/X86/personality.ll')
-rw-r--r-- | test/CodeGen/X86/personality.ll | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/test/CodeGen/X86/personality.ll b/test/CodeGen/X86/personality.ll index a4d72a722d..5acf04cc06 100644 --- a/test/CodeGen/X86/personality.ll +++ b/test/CodeGen/X86/personality.ll @@ -41,9 +41,10 @@ declare void @__cxa_end_catch() ; X64: Leh_frame_common_begin: ; X64: .long ___gxx_personality_v0@GOTPCREL+4 +; X32: Leh_frame_common_begin: +; X32: .long L___gxx_personality_v0$non_lazy_ptr- +; .... + ; X32: .section __IMPORT,__pointers,non_lazy_symbol_pointers ; X32: L___gxx_personality_v0$non_lazy_ptr: ; X32: .indirect_symbol ___gxx_personality_v0 -; .... -; X32: Leh_frame_common_begin: -; X32: .long L___gxx_personality_v0$non_lazy_ptr-
\ No newline at end of file |