summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rimar <grimar@accesssoftek.com>2018-02-07 09:41:14 +0000
committerGeorge Rimar <grimar@accesssoftek.com>2018-02-07 09:41:14 +0000
commit308c92b25d95049fb8ab846ea23b7100ed8660d2 (patch)
tree19585f429110695f043eca53419a1d78a0de4c6e
parent3d5e86e5ee8cbf39939f533dce4c002e8dbf139a (diff)
downloadbcm5719-llvm-308c92b25d95049fb8ab846ea23b7100ed8660d2.tar.gz
bcm5719-llvm-308c92b25d95049fb8ab846ea23b7100ed8660d2.zip
[ELF] - Fix BB after r324463.
Test requires arm, but specified x86. llvm-svn: 324464
-rw-r--r--lld/test/ELF/linkerscript/unused-synthetic2.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/linkerscript/unused-synthetic2.s b/lld/test/ELF/linkerscript/unused-synthetic2.s
index 37ebc50b344..cdde97df3c5 100644
--- a/lld/test/ELF/linkerscript/unused-synthetic2.s
+++ b/lld/test/ELF/linkerscript/unused-synthetic2.s
@@ -1,4 +1,4 @@
-# REQUIRES: x86
+# REQUIRES: arm
# RUN: llvm-mc -filetype=obj -triple=armv7-unknown-linux-gnueabi %s -o %t.o
# RUN: echo "SECTIONS { .trap : { *(.ARM.exidx) *(.dummy) } }" > %t.script
OpenPOWER on IntegriCloud