[PATCH] D43019: [ELF][MIPS] Add test exclusion for _gp_disp symbol

Nicholas Wilson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 7 06:45:38 PST 2018


ncw created this revision.
ncw added reviewers: atanasyan, rafael.
Herald added subscribers: llvm-commits, arichardson, sdardis, emaste.

Add test exclusion missing in commit https://reviews.llvm.org/rLLD324467

---

(NB I don't have commit access and can't merge this myself)


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D43019

Files:
  test/ELF/mips-gp-disp-ver.s


Index: test/ELF/mips-gp-disp-ver.s
===================================================================
--- test/ELF/mips-gp-disp-ver.s
+++ test/ELF/mips-gp-disp-ver.s
@@ -7,6 +7,8 @@
 # RUN: llvm-mc -filetype=obj -triple=mips-unknown-linux %s -o %t.o
 # RUN: ld.lld %t.o %S/Inputs/mips-gp-dips-corrupt-ver.so
 
+# REQUIRES: mips
+
   .global __start
   .text
 __start:


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43019.133210.patch
Type: text/x-patch
Size: 369 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180207/788e4199/attachment.bin>


More information about the llvm-commits mailing list