tinygo/compileopts
Federico G. Schwindt 617e2791ef Add -llvm-features parameter
With this is possible to enable e.g., SIMD in WASM using -llvm-features
+simd128.  Multiple features can be specified separated by comma,
e.g., -llvm-features +simd128,+tail-call

With help from @deadprogram and @aykevl.
2021-05-06 18:07:14 +02:00
..
config.go Add -llvm-features parameter 2021-05-06 18:07:14 +02:00
options.go Add -llvm-features parameter 2021-05-06 18:07:14 +02:00
options_test.go compileopts: improve error reporting of unsupported flags 2020-05-16 23:29:47 +02:00
target.go ci: bump Xcode version to use macOS 10.14 2021-05-02 23:55:10 +02:00
target_test.go compileopts: simplify copyProperties using reflection 2020-09-20 13:49:16 +02:00