tinygo/compiler
Ayke van Laethem a4e2e09457 compiler: drop support for macos syscalls via inline assembly
This has always been unsupported on MacOS and has in fact been removed
from upstream Go a few releases ago. So do the same for TinyGo.
Linux seems to be the only supported OS with a stable syscall interface.
2022-06-24 12:51:18 +02:00
..
ircheck
llvmutil
testdata
alias.go
asserts.go
atomic.go
calls.go
channel.go
compiler.go
compiler_go118.go compiler: add support for type parameters (aka generics) 2022-06-11 20:41:16 +02:00
compiler_test.go
defer.go
errors.go
func.go
gc.go
goroutine.go
inlineasm.go
interface.go
interrupt.go
intrinsics.go
llvm.go
map.go
sizes.go
symbol.go
syscall.go
volatile.go compiler: really define runtime/volatile.* functions 2022-06-24 11:10:24 +02:00