mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-13 22:00:14 +00:00
Fix tests from r361013 on X86 bots.
llvm-svn: 361041
This commit is contained in:
parent
5ae3113969
commit
3a02b12439
@ -1,3 +1,5 @@
|
||||
# REQUIRES: aarch64
|
||||
|
||||
# RUN: llvm-mc -filetype=obj -triple=aarch64-linux-musl %s -o %t.o
|
||||
# RUN: ld.lld --gc-sections %t.o -o %t
|
||||
# RUN: llvm-readelf -S -r %t | FileCheck %s
|
||||
|
@ -1,3 +1,5 @@
|
||||
# REQUIRES: arm
|
||||
|
||||
# RUN: llvm-mc -filetype=obj -triple=armv7-linux-musl %s -o %t.o
|
||||
# RUN: ld.lld --gc-sections %t.o -o %t
|
||||
# RUN: llvm-readelf -S -r %t | FileCheck %s
|
||||
|
Loading…
x
Reference in New Issue
Block a user