summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-09-17 23:54:26 +0000
committerChris Lattner <sabre@nondot.org>2009-09-17 23:54:26 +0000
commitbf2fd768f9bd3c5c4e91b1b9bf0f4e77114ac6c9 (patch)
treeaa6f55b520b27715ccbc815006c803c07fa414ee /llvm/test/CodeGen
parent4a1c8fc061b72b7115e0181c8f37fd17df7f0f0e (diff)
downloadbcm5719-llvm-bf2fd768f9bd3c5c4e91b1b9bf0f4e77114ac6c9.tar.gz
bcm5719-llvm-bf2fd768f9bd3c5c4e91b1b9bf0f4e77114ac6c9.zip
convert to filecheck
llvm-svn: 82179
Diffstat (limited to 'llvm/test/CodeGen')
-rw-r--r--llvm/test/CodeGen/X86/personality64.ll5
1 files changed, 4 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/personality64.ll b/llvm/test/CodeGen/X86/personality64.ll
index e99a0f1d9f7..853cf11f9ad 100644
--- a/llvm/test/CodeGen/X86/personality64.ll
+++ b/llvm/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
OpenPOWER on IntegriCloud