[lld] r319251 - Change Requires to REQUIRES so that it works properly.

Douglas Yung via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 28 15:15:21 PST 2017


Author: dyung
Date: Tue Nov 28 15:15:20 2017
New Revision: 319251

URL: http://llvm.org/viewvc/llvm-project?rev=319251&view=rev
Log:
Change Requires to REQUIRES so that it works properly.

Modified:
    lld/trunk/test/ELF/arm-bl-v6.s

Modified: lld/trunk/test/ELF/arm-bl-v6.s
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/ELF/arm-bl-v6.s?rev=319251&r1=319250&r2=319251&view=diff
==============================================================================
--- lld/trunk/test/ELF/arm-bl-v6.s (original)
+++ lld/trunk/test/ELF/arm-bl-v6.s Tue Nov 28 15:15:20 2017
@@ -1,6 +1,6 @@
 // RUN: llvm-mc -filetype=obj -triple=arm-none-linux-gnueabi %s -o %t
 // RUN: ld.lld %t -o %t2 2>&1 | FileCheck %s
-// Requires: arm
+// REQUIRES: arm
 
 // On Arm v6 the range of a Thumb BL instruction is only 4 megabytes as the
 // extended range encoding is not supported. The following example has a Thumb




More information about the llvm-commits mailing list