Commit 454f69bc authored by Simon Atanasyan's avatar Simon Atanasyan
Browse files

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

parent c6ebc651
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
# 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 −1
Original line number Diff line number Diff line
# 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