builder: add 'wasm-unknown' to list of targets for clang features verification

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram
2024-02-16 14:32:26 +01:00
committed by Ron Evans
parent ad30085b93
commit c55191283b
+1
View File
@@ -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,