diff options
author | Chris Lattner <sabre@nondot.org> | 2009-09-17 23:54:26 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-09-17 23:54:26 +0000 |
commit | 20397179adf4383306572aaab5298ea124efd24e (patch) | |
tree | a6fe42bf98fc2be6e075f1b41dfe625c5fa0447d | |
parent | 3aaf74042462a4cd2f1973f214d9116451bb8533 (diff) | |
download | external_llvm-20397179adf4383306572aaab5298ea124efd24e.zip external_llvm-20397179adf4383306572aaab5298ea124efd24e.tar.gz external_llvm-20397179adf4383306572aaab5298ea124efd24e.tar.bz2 |
convert to filecheck
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82179 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/X86/personality64.ll | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/CodeGen/X86/personality64.ll b/test/CodeGen/X86/personality64.ll index e99a0f1..853cf11 100644 --- a/test/CodeGen/X86/personality64.ll +++ b/test/CodeGen/X86/personality64.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=x86-64 -enable-eh +; RUN: llc < %s -mtriple=x86_64-apple-darwin9 | FileCheck %s -check-prefix=X64 ; PR1632 define void @_Z1fv() { @@ -36,3 +36,6 @@ declare i64 @llvm.eh.selector.i64(i8*, i8*, ...) declare void @__gxx_personality_v0() declare void @__cxa_end_catch() + +; X64: Leh_frame_common_begin: +; X64: .long ___gxx_personality_v0@GOTPCREL+4 |