mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-14 03:29:57 +00:00
Add missing REQUIRES x86 to tests.
Add REQUIRES to tests that fail when an x86 backend is not present. Differential Revision: https://reviews.llvm.org/D50440 llvm-svn: 339253
This commit is contained in:
parent
7d8d87c143
commit
5c57957281
@ -1,3 +1,4 @@
|
||||
# REQUIRES: x86
|
||||
# RUN: llvm-mc -triple x86_64-windows-msvc -filetype=obj -o %t.obj %s
|
||||
# RUN: yaml2obj < %p/Inputs/guardcf-align-foobar.yaml \
|
||||
# RUN: > %T/guardcf-align-foobar.obj
|
||||
|
@ -1,3 +1,4 @@
|
||||
# REQUIRES: x86
|
||||
# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t1
|
||||
# RUN: ld.lld -shared -z notext %t1 -o /dev/null --icf=all --print-icf-sections 2>&1 | FileCheck -allow-empty %s
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
# REQUIRES: x86
|
||||
# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t1
|
||||
# RUN: ld.lld %t1 -o /dev/null --icf=all --print-icf-sections 2>&1 | FileCheck -allow-empty %s
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
# REQUIRES: x86
|
||||
# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t1
|
||||
# RUN: ld.lld -shared -z notext %t1 -o /dev/null --icf=all --print-icf-sections 2>&1 | FileCheck -allow-empty %s
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
# REQUIRES: x86
|
||||
# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t1
|
||||
# RUN: ld.lld %t1 -o /dev/null --icf=all --print-icf-sections 2>&1 | FileCheck -allow-empty %s
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
; REQUIRES: x86
|
||||
; RUN: rm -f %t.a
|
||||
; RUN: llvm-as -o %t.o %s
|
||||
; RUN: llvm-as -o %t2.o %S/Inputs/libcall-archive.ll
|
||||
|
Loading…
Reference in New Issue
Block a user