[LLD] Add required ppc target to the test cases. NFC

This commit is contained in:
Simon Atanasyan 2021-08-07 13:29:59 +03:00
parent c6ebc651b6
commit 454f69bcc1
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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