[llvm-commits] [llvm] r82179 - /llvm/trunk/test/CodeGen/X86/personality64.ll
Chris Lattner
sabre at nondot.org
Thu Sep 17 16:54:27 PDT 2009
Author: lattner
Date: Thu Sep 17 18:54:26 2009
New Revision: 82179
URL: http://llvm.org/viewvc/llvm-project?rev=82179&view=rev
Log:
convert to filecheck
Modified:
llvm/trunk/test/CodeGen/X86/personality64.ll
Modified: llvm/trunk/test/CodeGen/X86/personality64.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/personality64.ll?rev=82179&r1=82178&r2=82179&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/personality64.ll (original)
+++ llvm/trunk/test/CodeGen/X86/personality64.ll Thu Sep 17 18:54:26 2009
@@ -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 void @__gxx_personality_v0()
declare void @__cxa_end_catch()
+
+; X64: Leh_frame_common_begin:
+; X64: .long ___gxx_personality_v0 at GOTPCREL+4
More information about the llvm-commits
mailing list