diff options
| author | Michael Goulet <michael@errs.io> | 2024-09-23 23:49:12 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-23 23:49:12 -0400 |
| commit | 4d0b44ab5b5ce21671ca64e15c22b299f2ed4985 (patch) | |
| tree | b74752e89e3787856931f08d49cb74ea87f8f66e /tests/assembly | |
| parent | ec1ccff8ce77d09594019c94788e95bb9487ae54 (diff) | |
| parent | 9ab704612abedbe13fc01a878ea7a3f76c52449e (diff) | |
| download | rust-4d0b44ab5b5ce21671ca64e15c22b299f2ed4985.tar.gz rust-4d0b44ab5b5ce21671ca64e15c22b299f2ed4985.zip | |
Rollup merge of #130750 - heiher:loong-linux-ohos-tier3, r=jieyouxu
Add new Tier-3 target: `loongarch64-unknown-linux-ohos` MCP: https://github.com/rust-lang/compiler-team/issues/784
Diffstat (limited to 'tests/assembly')
| -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 6ffa34f802e..e0f8e9cab79 100644 --- a/tests/assembly/targets/targets-elf.rs +++ b/tests/assembly/targets/targets-elf.rs @@ -249,6 +249,9 @@ //@ 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_linux_ohos +//@ [loongarch64_unknown_linux_ohos] compile-flags: --target loongarch64-unknown-linux-ohos +//@ [loongarch64_unknown_linux_ohos] needs-llvm-components: loongarch //@ revisions: loongarch64_unknown_none //@ [loongarch64_unknown_none] compile-flags: --target loongarch64-unknown-none //@ [loongarch64_unknown_none] needs-llvm-components: loongarch |
