tinygo/compileopts
Ayke van Laethem 0ddcf4af96 riscv: add "target-abi" metadata flag
This flag is necessary in LLVM 15 because it appears that LLVM 15 has
changed the default target ABI from lp64 to lp64d. This results in a
linker failure. Setting the "target-abi" forces the RISC-V backend to
use the intended target ABI.
2022-10-19 22:23:19 +02:00
..
config.go riscv: add "target-abi" metadata flag 2022-10-19 22:23:19 +02:00
options.go main: allow setting the baud rate for serial monitors (#3190) 2022-09-24 19:09:41 +02:00
options_test.go internal/task: remove coroutines 2022-01-19 14:42:02 -05:00
target.go riscv: add "target-abi" metadata flag 2022-10-19 22:23:19 +02:00
target_test.go all: update _test.go files for os.IsFoo changes 2022-08-07 10:32:23 +02:00