[lld] r214085 - [Mips] Remove redundant REQUIRES clause.

Simon Atanasyan simon at atanasyan.com
Mon Jul 28 07:19:18 PDT 2014


Author: atanasyan
Date: Mon Jul 28 09:19:18 2014
New Revision: 214085

URL: http://llvm.org/viewvc/llvm-project?rev=214085&view=rev
Log:
[Mips] Remove redundant REQUIRES clause.
The exe-got.test test case is target independent.

Modified:
    lld/trunk/test/elf/Mips/exe-got.test

Modified: lld/trunk/test/elf/Mips/exe-got.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/Mips/exe-got.test?rev=214085&r1=214084&r2=214085&view=diff
==============================================================================
--- lld/trunk/test/elf/Mips/exe-got.test (original)
+++ lld/trunk/test/elf/Mips/exe-got.test Mon Jul 28 09:19:18 2014
@@ -1,5 +1,3 @@
-# REQUIRES: mips
-
 # Check that external symbol defined in the executable file
 # and referenced by R_MIPS_CALL16 relocation has a corresponded
 # entry in the local GOT section.





More information about the llvm-commits mailing list