mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-07 12:28:24 +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:
@@ -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
|
||||
|
Reference in New Issue
Block a user