Skip to content

Commit

Permalink
Rollup merge of #92405 - bjorn3:more_needs_inline_asm, r=lqd
Browse files Browse the repository at this point in the history
Add a couple needs-asm-support headers to tests

This will allow them to be ignored by codegen backends that don't support inline asm.
  • Loading branch information
matthiaskrgr authored Dec 31, 2021
2 parents 8322603 + 59bf63b commit 81f5dbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/test/incremental/hashes/inline_asm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
// build-pass (FIXME(62277): could be check-pass?)
// revisions: cfail1 cfail2 cfail3 cfail4 cfail5 cfail6
// compile-flags: -Z query-dep-graph
// needs-asm-support
// [cfail1]compile-flags: -Zincremental-ignore-spans
// [cfail2]compile-flags: -Zincremental-ignore-spans
// [cfail3]compile-flags: -Zincremental-ignore-spans
Expand Down
1 change: 1 addition & 0 deletions src/test/incremental/issue-72386.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// revisions: rpass1 cfail1 rpass3
// needs-asm-support
// only-x86_64
// Regression test for issue #72386
// Checks that we don't ICE when switching to an invalid register
Expand Down

0 comments on commit 81f5dbd

Please sign in to comment.