tinygo/compiler
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
..
ircheck all: remove pointer ElementType calls 2022-10-19 22:23:19 +02:00
llvmutil all: add type parameter to *GEP calls 2022-10-19 22:23:19 +02:00
testdata wasm: do not allow undefined symbols 2022-09-08 08:25:27 +02:00
alias.go all: add type parameter to CreateCall 2022-10-19 22:23:19 +02:00
asserts.go all: remove pointer ElementType calls 2022-10-19 22:23:19 +02:00
atomic.go all: add type parameter to CreateLoad 2022-10-19 22:23:19 +02:00
calls.go all: remove pointer ElementType calls 2022-10-19 22:23:19 +02:00
channel.go all: add type parameter to *GEP calls 2022-10-19 22:23:19 +02:00
compiler.go riscv: add "target-abi" metadata flag 2022-10-19 22:23:19 +02:00
compiler_test.go riscv: add "target-abi" metadata flag 2022-10-19 22:23:19 +02:00
defer.go all: add type parameter to *GEP calls 2022-10-19 22:23:19 +02:00
errors.go all: fix staticcheck warnings 2021-09-27 15:47:12 +02:00
func.go all: remove pointer ElementType calls 2022-10-19 22:23:19 +02:00
gc.go compiler: track the result of string concatenation 2020-04-02 14:04:25 +02:00
goroutine.go all: add type parameter to CreateCall 2022-10-19 22:23:19 +02:00
inlineasm.go all: add type parameter to CreateCall 2022-10-19 22:23:19 +02:00
interface.go all: remove pointer ElementType calls 2022-10-19 22:23:19 +02:00
interrupt.go all: replace llvm.Const* calls with builder.Create* calls 2022-10-19 22:23:19 +02:00
intrinsics.go all: add type parameter to CreateCall 2022-10-19 22:23:19 +02:00
llvm.go all: replace llvm.Const* calls with builder.Create* calls 2022-10-19 22:23:19 +02:00
map.go all: add type parameter to CreateLoad 2022-10-19 22:23:19 +02:00
sizes.go compiler: fix unsafe.Sizeof for chan and map values 2022-09-01 03:53:27 +02:00
symbol.go all: remove pointer ElementType calls 2022-10-19 22:23:19 +02:00
syscall.go all: add type parameter to CreateCall 2022-10-19 22:23:19 +02:00
volatile.go all: add type parameter to CreateLoad 2022-10-19 22:23:19 +02:00