mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-27 15:41:46 +00:00
[LLD] Add required ppc
target to the test cases. NFC
(cherry picked from commit 454f69bcc1
)
This commit is contained in:
parent
8d78ac26f4
commit
6aa054242d
@ -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