tinygo/compileopts
Ayke van Laethem 0a80da46b1 main: test other architectures by specifying a different GOARCH
... instead of setting a special -target= value. This is more robust and
makes sure that the test actually tests different arcitectures as they
would be compiled by TinyGo. As an example, the bug of the bugfix in the
previous commit ("arm: use armv7 instead of thumbv7") would have been
caught if this change was applied earlier.

I've decided to put GOOS/GOARCH in compileopts.Options, as it makes
sense to me to treat them the same way as command line parameters.
2021-10-04 18:22:55 +02:00
..
config.go build: normalize target triples to match Clang 2021-09-28 18:44:11 +02:00
options.go main: test other architectures by specifying a different GOARCH 2021-10-04 18:22:55 +02:00
options_test.go compileopts: improve error reporting of unsupported flags 2020-05-16 23:29:47 +02:00
target.go main: test other architectures by specifying a different GOARCH 2021-10-04 18:22:55 +02:00
target_test.go main: test other architectures by specifying a different GOARCH 2021-10-04 18:22:55 +02:00