diff options
| author | beetrees <b@beetr.ee> | 2024-06-01 12:25:16 +0100 |
|---|---|---|
| committer | beetrees <b@beetr.ee> | 2024-08-02 11:45:32 +0100 |
| commit | b1493ba5194fcc5cfe4f6315db288e4e18509110 (patch) | |
| tree | cb3efa4fc9ab90d4155a7a01e9947717f49ecf96 /src/tools/compiletest | |
| parent | a886938671e1fde9d7271dce8ca3d6938bae9d2e (diff) | |
| download | rust-b1493ba5194fcc5cfe4f6315db288e4e18509110.tar.gz rust-b1493ba5194fcc5cfe4f6315db288e4e18509110.zip | |
Move ZST ABI handling to `rustc_target`
Diffstat (limited to 'src/tools/compiletest')
| -rw-r--r-- | src/tools/compiletest/src/command-list.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/tools/compiletest/src/command-list.rs b/src/tools/compiletest/src/command-list.rs index 288f90ea123..a405cd486c7 100644 --- a/src/tools/compiletest/src/command-list.rs +++ b/src/tools/compiletest/src/command-list.rs @@ -91,10 +91,12 @@ const KNOWN_DIRECTIVE_NAMES: &[&str] = &[ "ignore-nvptx64-nvidia-cuda", "ignore-openbsd", "ignore-pass", + "ignore-powerpc", "ignore-remote", "ignore-riscv64", "ignore-s390x", "ignore-sgx", + "ignore-sparc64", "ignore-spirv", "ignore-stable", "ignore-stage1", @@ -122,6 +124,7 @@ const KNOWN_DIRECTIVE_NAMES: &[&str] = &[ "ignore-x86", "ignore-x86_64", "ignore-x86_64-apple-darwin", + "ignore-x86_64-pc-windows-gnu", "ignore-x86_64-unknown-linux-gnu", "incremental", "known-bug", @@ -189,7 +192,9 @@ const KNOWN_DIRECTIVE_NAMES: &[&str] = &[ "only-msvc", "only-nightly", "only-nvptx64", + "only-powerpc", "only-riscv64", + "only-s390x", "only-sparc", "only-sparc64", "only-stable", |
