Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tinygo build -target riscv64-qemu -monitor . many of these: tinygo:ld.lld: error: /home/rminnich/.cache/tinygo/thinlto/llvmcache-933570AB9628376F0C2EAD9666A92A793D143BE9:\ (function (reflect.Value).Complex: .text.(reflect.Value).Complex+0x76): relocation R_RISCV_HI20 out of range: \ 524291 is not in [-524288, 524287]; references reflect$string.170 >>> referenced by value.go:0 (/home/rminnich/tinygo/src/reflect/value.go:0) >>> defined in /home/rminnich/.cache/tinygo/thinlto/llvmcache-933570AB9628376F0C2EAD9666A92A793D143BE9 what's odd is that it the number is 524291 is 0x80003 I had to dump the llvm output to see the 0xffff_ffff bits. Signed-off-by: Ronald G. Minnich <[email protected]>
- Loading branch information