[lld] r271994 - Add missing REQUIRES: arm from test. To fix tests building without ARM.
Peter Smith via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 7 02:49:40 PDT 2016
Author: psmith
Date: Tue Jun 7 04:49:40 2016
New Revision: 271994
URL: http://llvm.org/viewvc/llvm-project?rev=271994&view=rev
Log:
Add missing REQUIRES: arm from test. To fix tests building without ARM.
Modified:
lld/trunk/test/ELF/arm-attributes-remove.s
Modified: lld/trunk/test/ELF/arm-attributes-remove.s
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/ELF/arm-attributes-remove.s?rev=271994&r1=271993&r2=271994&view=diff
==============================================================================
--- lld/trunk/test/ELF/arm-attributes-remove.s (original)
+++ lld/trunk/test/ELF/arm-attributes-remove.s Tue Jun 7 04:49:40 2016
@@ -14,6 +14,7 @@
// concatentation of input sections.
// CHECK-NOT: Name: .ARM.attributes
+// REQUIRES: arm
.text
.syntax unified
.eabi_attribute 67, "2.09" @ Tag_conformance
More information about the llvm-commits
mailing list