Add a missing REQUIRES.

llvm-svn: 271854
This commit is contained in:
Rafael Espindola 2016-06-05 19:28:44 +00:00
parent a1cbc3f8cc
commit 4f5046ce87
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
// REQUIRES: aarch64
// RUN: llvm-mc %s -o %t.o -triple aarch64-pc-linux -filetype=obj
// RUN: ld.lld %t.o -o %t.so -shared
// RUN: llvm-readobj -s %t.so | FileCheck --check-prefix=SEC %s