mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-08 04:53:42 +00:00
LLVM 18 support
This commit is contained in:
committed by
Ron Evans
parent
c2776dcf78
commit
81ce7fb738
@@ -41,11 +41,9 @@ func memmove(dst, src unsafe.Pointer, size uintptr)
|
||||
// like llvm.memset.p0.i32(ptr, 0, size, false).
|
||||
func memzero(ptr unsafe.Pointer, size uintptr)
|
||||
|
||||
// This intrinsic returns the current stack pointer.
|
||||
// It is normally used together with llvm.stackrestore but also works to get the
|
||||
// current stack pointer in a platform-independent way.
|
||||
//
|
||||
//export llvm.stacksave
|
||||
// Return the current stack pointer using the llvm.stacksave.p0 intrinsic.
|
||||
// It is normally used together with llvm.stackrestore.p0 but also works to get
|
||||
// the current stack pointer in a platform-independent way.
|
||||
func stacksave() unsafe.Pointer
|
||||
|
||||
//export strlen
|
||||
|
||||
Reference in New Issue
Block a user