diff options
author | George Rimar <grimar@accesssoftek.com> | 2018-02-07 09:41:14 +0000 |
---|---|---|
committer | George Rimar <grimar@accesssoftek.com> | 2018-02-07 09:41:14 +0000 |
commit | 308c92b25d95049fb8ab846ea23b7100ed8660d2 (patch) | |
tree | 19585f429110695f043eca53419a1d78a0de4c6e | |
parent | 3d5e86e5ee8cbf39939f533dce4c002e8dbf139a (diff) | |
download | bcm5719-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.s | 2 |
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 |