From db961cc4db88f171ed9663610737ad81640b07e2 Mon Sep 17 00:00:00 2001 From: Rust Maintainers Date: Wed, 4 Jan 2017 20:34:56 +0000 Subject: [PATCH] u-ignoretest-armhf_02 Gbp-Pq: Name u-ignoretest-armhf_02.patch --- src/test/run-make/relocation-model/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/test/run-make/relocation-model/Makefile b/src/test/run-make/relocation-model/Makefile index 485ecbb4b5..c9d9a5ab7a 100644 --- a/src/test/run-make/relocation-model/Makefile +++ b/src/test/run-make/relocation-model/Makefile @@ -12,6 +12,9 @@ all: others ifdef IS_MSVC # FIXME(#28026) others: +else ifeq ($(filter arm,$(LLVM_COMPONENTS)),arm) +# FIXME(#33809) +others: else others: $(RUSTC) -C relocation-model=static foo.rs -- 2.30.2