u-ignoretest-armhf_02
authorRust Maintainers <pkg-rust-maintainers@lists.alioth.debian.org>
Wed, 4 Jan 2017 20:34:56 +0000 (20:34 +0000)
committerXimin Luo <infinity0@debian.org>
Wed, 4 Jan 2017 20:34:56 +0000 (20:34 +0000)
Gbp-Pq: Name u-ignoretest-armhf_02.patch

src/test/run-make/relocation-model/Makefile

index 485ecbb4b5a59a60b0cad78692d977374face91d..c9d9a5ab7a77172e128f984695ca23e12ad6d34c 100644 (file)
@@ -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