mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-05 11:37:46 +00:00
builder: add 'wasm-unknown' to list of targets for clang features verification
Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
@@ -35,6 +35,7 @@ func TestClangAttributes(t *testing.T) {
|
||||
"riscv-qemu",
|
||||
"wasi",
|
||||
"wasm",
|
||||
"wasm-unknown",
|
||||
}
|
||||
if hasBuiltinTools {
|
||||
// hasBuiltinTools is set when TinyGo is statically linked with LLVM,
|
||||
|
||||
Reference in New Issue
Block a user