mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-23 22:00:10 +00:00
[LLD] Add required ppc
target to the test cases. NFC
This commit is contained in:
parent
c6ebc651b6
commit
454f69bcc1
@ -1,4 +1,4 @@
|
||||
# REQUIRES: zlib, x86
|
||||
# REQUIRES: zlib, ppc, x86
|
||||
|
||||
# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t.o
|
||||
# RUN: not ld.lld %t.o -o /dev/null -shared 2>&1 | FileCheck %s
|
||||
|
@ -1,4 +1,4 @@
|
||||
# REQUIRES: zlib, x86
|
||||
# REQUIRES: zlib, ppc, x86
|
||||
|
||||
# RUN: llvm-mc -compress-debug-sections=zlib -filetype=obj -triple=x86_64-unknown-linux %s -o %t
|
||||
# RUN: llvm-mc -compress-debug-sections=zlib -filetype=obj -triple=powerpc64-unknown-unknown %s -o %t-be
|
||||
|
Loading…
Reference in New Issue
Block a user