Change Requires to REQUIRES so that it works properly.

llvm-svn: 319251
This commit is contained in:
Douglas Yung 2017-11-28 23:15:20 +00:00
parent a675071b7a
commit ac8a9a005e
1 changed files with 1 additions and 1 deletions

View File

@ -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