forked from OSchip/llvm-project
Change Requires to REQUIRES so that it works properly.
llvm-svn: 319251
This commit is contained in:
parent
a675071b7a
commit
ac8a9a005e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue