X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FCodeGen%2FX86%2Fpersonality.ll;h=424a30734f0013d8d649e1d8d93c2842d7250bde;hb=e2995ff88f922cd9004ef6cae7b444b615808c0e;hp=dd50f4af6a6b41c264262f874d36f87c44182e2c;hpb=6b94b673197bfac5626d572facb87ab97dfa178c;p=oota-llvm.git diff --git a/test/CodeGen/X86/personality.ll b/test/CodeGen/X86/personality.ll index dd50f4af6a6..424a30734f0 100644 --- a/test/CodeGen/X86/personality.ll +++ b/test/CodeGen/X86/personality.ll @@ -1,5 +1,5 @@ -; RUN: llc < %s -disable-cfi -mtriple=x86_64-apple-darwin9 -disable-cgp-branch-opts | FileCheck %s -check-prefix=X64 -; RUN: llc < %s -disable-cfi -mtriple=i386-apple-darwin9 -disable-cgp-branch-opts | FileCheck %s -check-prefix=X32 +; RUN: llc < %s -mtriple=x86_64-apple-darwin9 | FileCheck %s -check-prefix=X64 +; RUN: llc < %s -mtriple=i386-apple-darwin9 | FileCheck %s -check-prefix=X32 ; PR1632 define void @_Z1fv() { @@ -37,23 +37,14 @@ return: ; preds = %eh_then, %entry declare void @_Z1gv() -declare void @__gxx_personality_v0() - declare void @__cxa_end_catch() -declare i32 @llvm.eh.selector(i8*, i8*, ...) nounwind - declare i32 @__gxx_personality_v0(...) -; X64: zPLR -; X64: .byte 155 -; X64-NEXT: .long ___gxx_personality_v0@GOTPCREL+4 +; X64: .cfi_personality 155, ___gxx_personality_v0 + +; X32: .cfi_personality 155, L___gxx_personality_v0$non_lazy_ptr ; X32: .section __IMPORT,__pointers,non_lazy_symbol_pointers ; X32-NEXT: L___gxx_personality_v0$non_lazy_ptr: ; X32-NEXT: .indirect_symbol ___gxx_personality_v0 - -; X32: zPLR -; X32: .byte 155 -; X32-NEXT: : -; X32-NEXT: .long L___gxx_personality_v0$non_lazy_ptr-