From 3c0f5fef47f98585ea19a405a6020fd5883d824b Mon Sep 17 00:00:00 2001
From: Josh Stone <jistone@redhat.com>
Date: Fri, 17 Mar 2017 12:08:09 -0700
Subject: [PATCH] Drop rust-llvm ExclusiveArch: noarch

This seemed to make the whole rust.spec attempt a noarch build!
---
 rust.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rust.spec b/rust.spec
index 9009765..a14ba78 100644
--- a/rust.spec
+++ b/rust.spec
@@ -210,7 +210,7 @@ Summary:        LLDB pretty printers for Rust
 BuildArch:      noarch
 
 # LLDB is only available on some architectures
-ExclusiveArch:  %{arm} aarch64 %{ix86} x86_64  noarch
+ExclusiveArch:  %{arm} aarch64 %{ix86} x86_64
 Requires:       lldb
 
 %description lldb