tinygo/compileopts
Ayke van Laethem 34011c4800 targets: change LLVM features to match vanilla Clang
I mistakenly believed the difference was in LLVM version 11.0.0 vs LLVM
11.1.0. However, the difference is in whether we use the Debian version
of Clang.

The Debian version has had lots of patches. I'm not sure which is to
blame, but it could be this one:
https://salsa.debian.org/pkg-llvm-team/llvm-toolchain/-/blob/snapshot/debian/patches/clang-arm-default-vfp3-on-armv7a.patch
2021-11-20 02:48:23 +01:00
..
config.go all: add support for windows/amd64 2021-11-16 11:08:30 +01:00
options.go all: add support for GOARM 2021-11-15 11:53:44 +01:00
options_test.go internal/task: use asyncify on webassembly 2021-11-14 10:49:28 +01:00
target.go targets: change LLVM features to match vanilla Clang 2021-11-20 02:48:23 +01:00
target_test.go compileopts: fix reversed append in the target file 2021-11-07 09:26:46 +01:00