Add missing REQUIRES: arm.

llvm-svn: 328847
This commit is contained in:
Peter Collingbourne 2018-03-29 23:08:32 +00:00
parent 015d30c807
commit 4653b0021e
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
// REQUIRES: arm
// RUN: llvm-mc -triple armv7-unknown-gnu -filetype=obj -o %t %s
// RUN: ld.lld %t %S/Inputs/arm-long-thunk-converge.lds -o %t2
// RUN: llvm-objdump -d -start-address=0x00000000 -stop-address=0x00000010 -triple=armv7a-linux-gnueabihf %t2 | FileCheck --check-prefix=CHECK1 %s