mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 19:31:58 +00:00
Also test the created stubs on 32 bits.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196052 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1561e8381f
commit
ba7cb02009
@ -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…
Reference in New Issue
Block a user