mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 01:31:05 +00:00
Relax check line to match what llvm-nm prints for COFF.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193810 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ef34496b3f
commit
53446e50a0
@ -10,12 +10,12 @@
|
||||
; FIXME: llvm-nm is printing 'd' instead of 't' for foo1.
|
||||
; XFAIL: powerpc64
|
||||
|
||||
; CHECK: t foo1
|
||||
; CHECK: t {{_?}}foo1
|
||||
define linkonce_odr void @foo1() noinline {
|
||||
ret void
|
||||
}
|
||||
|
||||
; CHECK: W foo2
|
||||
; CHECK: {{W|T}} foo2
|
||||
define linkonce_odr void @foo2() noinline {
|
||||
ret void
|
||||
}
|
||||
@ -25,7 +25,7 @@ define linkonce_odr void @foo3() noinline {
|
||||
ret void
|
||||
}
|
||||
|
||||
; CHECK: W foo4
|
||||
; CHECK: {{W|T}} foo4
|
||||
define linkonce_odr void @foo4() noinline {
|
||||
ret void
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user