1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-26 22:42:46 +02:00
llvm-mirror/test/CodeGen/X86/2008-12-12-PrivateEHSymbol.ll
Rafael Espindola 2723cb649f Add this test back for Darwin.
llvm-svn: 129607
2011-04-15 21:06:27 +00:00

11 lines
224 B
LLVM

; RUN: llc < %s -march=x86-64 -mtriple=x86_64-apple-darwin9 | grep ^__Z1fv.eh
; RUN: llc < %s -march=x86 -mtriple=i386-apple-darwin9 | grep ^__Z1fv.eh
define void @_Z1fv() {
entry:
br label %return
return:
ret void
}