COFF: Add REQUIRES arm to tests which use the ARM disassembler.

llvm-svn: 243346
This commit is contained in:
Rui Ueyama 2015-07-27 23:27:03 +00:00
parent 088c47ee5b
commit 83175276ef
4 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# REQUIRES: arm
# RUN: yaml2obj < %s > %t.obj
# RUN: llvm-objdump -d %t.obj | FileCheck %s -check-prefix BEFORE
# RUN: lld -flavor link2 /entry:function /subsystem:console /out:%t.exe %t.obj

View File

@ -1,3 +1,5 @@
# REQUIRES: arm
# RUN: yaml2obj < %s > %t.obj
# RUN: llvm-objdump -d %t.obj | FileCheck %s -check-prefix BEFORE
# RUN: lld -flavor link2 /entry:function /subsystem:console /out:%t.exe %t.obj

View File

@ -1,3 +1,5 @@
# REQUIRES: arm
# RUN: yaml2obj < %s > %t.obj
# RUN: llvm-objdump -d %t.obj | FileCheck %s -check-prefix BEFORE
# RUN: lld -flavor link /out:%t.exe /subsystem:console /entry:get_function %t.obj

View File

@ -1,3 +1,5 @@
# REQUIRES: arm
# RUN: yaml2obj < %s > %t.obj
# RUN: llvm-objdump -d %t.obj | FileCheck %s -check-prefix BEFORE
# RUN: lld -flavor link2 /entry:get_buffer /subsystem:console /out:%t.exe %t.obj