diff options
| author | WANG Rui <wangrui@loongson.cn> | 2024-03-01 11:43:27 +0800 |
|---|---|---|
| committer | WANG Rui <wangrui@loongson.cn> | 2024-03-06 10:10:33 +0800 |
| commit | 95e38470b79d31a83d1bae228ea515efd25d7e16 (patch) | |
| tree | 763162c295a3679c3db24f2ac7202d6fbd7a04e8 | |
| parent | d756375234fadad5471660fd24ae2d1758611a27 (diff) | |
tests: Add loongarch64-unknown-linux-musl target
| -rw-r--r-- | tests/assembly/targets/targets-elf.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/assembly/targets/targets-elf.rs b/tests/assembly/targets/targets-elf.rs index 4af94730b7d..b0f8ebd5920 100644 --- a/tests/assembly/targets/targets-elf.rs +++ b/tests/assembly/targets/targets-elf.rs @@ -234,6 +234,9 @@ //@ revisions: loongarch64_unknown_linux_gnu //@ [loongarch64_unknown_linux_gnu] compile-flags: --target loongarch64-unknown-linux-gnu //@ [loongarch64_unknown_linux_gnu] needs-llvm-components: loongarch +//@ revisions: loongarch64_unknown_linux_musl +//@ [loongarch64_unknown_linux_musl] compile-flags: --target loongarch64-unknown-linux-musl +//@ [loongarch64_unknown_linux_musl] needs-llvm-components: loongarch //@ revisions: loongarch64_unknown_none //@ [loongarch64_unknown_none] compile-flags: --target loongarch64-unknown-none //@ [loongarch64_unknown_none] needs-llvm-components: loongarch |
