mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 09:53:04 +03:00
update run-pass test
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
-include ../tools.mk
|
||||
|
||||
# The target used below doesn't support atomic CAS operations. Verify that's the case
|
||||
all:
|
||||
$(RUSTC) --print cfg --target thumbv6m-none-eabi | $(CGREP) -v 'target_has_atomic="cas"'
|
||||
@@ -1,5 +0,0 @@
|
||||
-include ../tools.mk
|
||||
|
||||
# The target used below doesn't support atomic operations. Verify that's the case
|
||||
all:
|
||||
$(RUSTC) --print cfg --target thumbv6m-none-eabi | $(CGREP) -v target_has_atomic
|
||||
Reference in New Issue
Block a user