tinygo/compileopts
Ayke van Laethem fce403b7a0 targets: match LLVM triple to the one Clang uses
The target triples have to match mostly to be able to link LLVM modules.
Linking LLVM modules is already possible (the triples already match),
but testing becomes much easier when they match exactly.

For macOS, I picked "macosx10.12.0". That's an old and unsupported
version, but I had to pick _something_. Clang by default uses
"macos10.4.0", which is much older.
2021-11-05 09:42:00 +01:00
..
config.go builder: build static binaries using musl on Linux 2021-11-04 17:15:38 +01:00
options.go main: add -p flag to set parallelism 2021-11-04 17:15:38 +01:00
options_test.go compileopts: improve error reporting of unsupported flags 2020-05-16 23:29:47 +02:00
target.go targets: match LLVM triple to the one Clang uses 2021-11-05 09:42:00 +01:00
target_test.go main: remove -target flag for LLVM targets 2021-10-04 18:22:55 +02:00