mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-20 04:19:04 +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",
|
"riscv-qemu",
|
||||||
"wasi",
|
"wasi",
|
||||||
"wasm",
|
"wasm",
|
||||||
|
"wasm-unknown",
|
||||||
}
|
}
|
||||||
if hasBuiltinTools {
|
if hasBuiltinTools {
|
||||||
// hasBuiltinTools is set when TinyGo is statically linked with LLVM,
|
// hasBuiltinTools is set when TinyGo is statically linked with LLVM,
|
||||||
|
|||||||
Reference in New Issue
Block a user