mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-09 13:55:22 +00:00
Add this test back for Darwin.
llvm-svn: 129607
This commit is contained in:
parent
6f900185ed
commit
2723cb649f
10
test/CodeGen/X86/2008-12-12-PrivateEHSymbol.ll
Normal file
10
test/CodeGen/X86/2008-12-12-PrivateEHSymbol.ll
Normal file
@ -0,0 +1,10 @@
|
||||
; 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user