Skip to content

Commit e3781c6

Browse files
committed
test: Fix s390x-unknown-linux-gnu atomic-lock-free test not run for systemz
1 parent 063deba commit e3781c6

File tree

1 file changed

+2
-0
lines changed
  • src/test/run-make/atomic-lock-free

1 file changed

+2
-0
lines changed

src/test/run-make/atomic-lock-free/Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ ifeq ($(filter powerpc,$(LLVM_COMPONENTS)),powerpc)
3636
nm "$(TMPDIR)/libatomic_lock_free.rlib" | $(CGREP) -v __atomic_fetch_add
3737
$(RUSTC) --target=powerpc64le-unknown-linux-gnu atomic_lock_free.rs
3838
nm "$(TMPDIR)/libatomic_lock_free.rlib" | $(CGREP) -v __atomic_fetch_add
39+
endif
40+
ifeq ($(filter systemz,$(LLVM_COMPONENTS)),systemz)
3941
$(RUSTC) --target=s390x-unknown-linux-gnu atomic_lock_free.rs
4042
nm "$(TMPDIR)/libatomic_lock_free.rlib" | $(CGREP) -v __atomic_fetch_add
4143
endif

0 commit comments

Comments
 (0)