tinygo/compileopts
Ayke van Laethem e1281b0128 darwin: fix error with tinygo lldb
Before this patch, `tinygo lldb path/to/package` would result in an
error:

    (lldb) target create --arch=arm64-unknown-macosx10.12.0 "/var/folders/17/btmpymwj0wv6n50cmslwyr900000gn/T/tinygo2731663853/main"
    error: the specified architecture 'arm64-unknown-macosx10.12.0' is not compatible with 'arm64-apple-macosx10.12.0' in '/var/folders/17/btmpymwj0wv6n50cmslwyr900000gn/T/tinygo2731663853/main'

This patch fixes this error.

Unfortunately, it doesn't get debug information to work yet. I still
haven't figured out what's going wrong here. But it's progress, I guess.
2022-11-05 10:20:03 +01:00
..
config.go esp: use ThinLTO for Xtensa 2022-11-04 22:49:22 +01:00
options.go wasm: remove -wasm-abi= flag 2022-11-04 08:28:26 +01:00
options_test.go internal/task: remove coroutines 2022-01-19 14:42:02 -05:00
target.go darwin: fix error with tinygo lldb 2022-11-05 10:20:03 +01:00
target_test.go all: update _test.go files for os.IsFoo changes 2022-08-07 10:32:23 +02:00