diff options
| author | Bill Wendling <isanbard@gmail.com> | 2010-09-28 23:24:18 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2010-09-28 23:24:18 +0000 |
| commit | cc9160121186d0f891933276d1c8eacedf00a8f4 (patch) | |
| tree | 5bab53a3839e00fc90097734a90357ed27c22387 /llvm | |
| parent | b0b2c57149d61e9b5f2c542547c0dd8d65480ba5 (diff) | |
| download | bcm5719-llvm-cc9160121186d0f891933276d1c8eacedf00a8f4.tar.gz bcm5719-llvm-cc9160121186d0f891933276d1c8eacedf00a8f4.zip | |
And remove r114997's test.
llvm-svn: 115003
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/CodeGen/X86/non-globl-eh-frame.ll | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/llvm/test/CodeGen/X86/non-globl-eh-frame.ll b/llvm/test/CodeGen/X86/non-globl-eh-frame.ll deleted file mode 100644 index 20fd9a6f1a3..00000000000 --- a/llvm/test/CodeGen/X86/non-globl-eh-frame.ll +++ /dev/null @@ -1,26 +0,0 @@ -; RUN: llc < %s -mtriple x86_64-apple-darwin10 -march x86 | not grep {{.globl\[\[:space:\]\]*__Z4funcv.eh}} -; RUN: llc < %s -mtriple x86_64-apple-darwin9 -march x86 | FileCheck %s -check-prefix=DARWIN9 -; XFAIL: * -; Fail this until I can fix the global EH failure. - -%struct.__pointer_type_info_pseudo = type { %struct.__type_info_pseudo, i32, %"struct.std::type_info"* } -%struct.__type_info_pseudo = type { i8*, i8* } -%"struct.std::type_info" = type opaque - -@.str = private constant [12 x i8] c"hello world\00", align 1 -@_ZTIPc = external constant %struct.__pointer_type_info_pseudo - -define void @_Z4funcv() noreturn optsize ssp { -entry: - %0 = tail call i8* @__cxa_allocate_exception(i64 8) nounwind - %1 = bitcast i8* %0 to i8** - store i8* getelementptr inbounds ([12 x i8]* @.str, i64 0, i64 0), i8** %1, align 8 - tail call void @__cxa_throw(i8* %0, i8* bitcast (%struct.__pointer_type_info_pseudo* @_ZTIPc to i8*), void (i8*)* null) noreturn - unreachable -} - -; DARWIN9: .globl __Z4funcv.eh - -declare i8* @__cxa_allocate_exception(i64) nounwind - -declare void @__cxa_throw(i8*, i8*, void (i8*)*) noreturn |

