about summary refs log tree commit diff
path: root/src/test/codegen
diff options
context:
space:
mode:
authorcynecx <me@cynecx.net>2021-12-03 23:53:31 +0100
committercynecx <me@cynecx.net>2021-12-03 23:53:31 +0100
commit3dbb621c72e57c7eee9c10f20316d76c59168f83 (patch)
tree59d988c0e2e1b04a81ab29fb5c57fe05585998e8 /src/test/codegen
parentafdafcbcf8d4618d114da4449082e39ee54644db (diff)
downloadrust-3dbb621c72e57c7eee9c10f20316d76c59168f83.tar.gz
rust-3dbb621c72e57c7eee9c10f20316d76c59168f83.zip
limit may_unwind codegen test to x86_64
Diffstat (limited to 'src/test/codegen')
-rw-r--r--src/test/codegen/asm-may_unwind.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/codegen/asm-may_unwind.rs b/src/test/codegen/asm-may_unwind.rs
index ea3be011097..85cae8b2b1c 100644
--- a/src/test/codegen/asm-may_unwind.rs
+++ b/src/test/codegen/asm-may_unwind.rs
@@ -1,5 +1,6 @@
 // min-llvm-version: 13.0.0
 // compile-flags: -O
+// only-x86_64
 
 #![crate_type = "rlib"]
 #![feature(asm, asm_unwind)]