forked from OSchip/llvm-project
COFF: Add REQUIRES arm to tests which use the ARM disassembler.
llvm-svn: 243346
This commit is contained in:
parent
088c47ee5b
commit
83175276ef
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue