Add missing REQUIRES.

llvm-svn: 287284
This commit is contained in:
Rafael Espindola 2016-11-18 00:11:12 +00:00
parent f27bfd256b
commit 25a41c1f63
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
// REQUIRES: arm
// RUN: llvm-mc -filetype=obj -triple=armv7a-none-linux-gnueabi %s -o %t.o
// RUN: ld.lld %t.o -o %t.so -shared
// RUN: llvm-readobj -s %t.so | FileCheck %s