diff options
author | deadprogram <[email protected]> | 2024-02-16 14:32:26 +0100 |
---|---|---|
committer | Ron Evans <[email protected]> | 2024-02-17 10:18:00 +0100 |
commit | c55191283b1371630873f730e17e0284989bd4b8 (patch) | |
tree | 6c78beeedf0dd973b6c149c2deb6b6109f717dc2 | |
parent | ad30085b93542490a4b24bf3b934aafcf1208243 (diff) | |
download | tinygo-c55191283b1371630873f730e17e0284989bd4b8.tar.gz tinygo-c55191283b1371630873f730e17e0284989bd4b8.zip |
builder: add 'wasm-unknown' to list of targets for clang features verification
Signed-off-by: deadprogram <[email protected]>
-rw-r--r-- | builder/builder_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/builder/builder_test.go b/builder/builder_test.go index 3250e6b3d..0ed632da3 100644 --- a/builder/builder_test.go +++ b/builder/builder_test.go @@ -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, |