Add missing REQUIRES.

llvm-svn: 286666
This commit is contained in:
Rafael Espindola 2016-11-11 23:10:22 +00:00
parent 235679181b
commit ad004470fe
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 -r %t.o -o %t2.o
// RUN: ld.lld -shared %t2.o -o %t.so