mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
Also test the created stubs on 32 bits.
llvm-svn: 196052
This commit is contained in:
parent
26c262f3a7
commit
cf111ab2af
@ -27,6 +27,11 @@ entry:
|
||||
ret float %0
|
||||
}
|
||||
|
||||
; X32-LABEL: _sin$stub:
|
||||
; X32-NEXT: .indirect_symbol _sin
|
||||
; X32-LABEL: _sinf$stub:
|
||||
; X32-NEXT: .indirect_symbol _sinf
|
||||
|
||||
declare float @sinf(float) nounwind readonly
|
||||
|
||||
declare double @sin(double) nounwind readonly
|
||||
|
Loading…
x
Reference in New Issue
Block a user