Commit 6aa05424 authored by Simon Atanasyan's avatar Simon Atanasyan Committed by Tom Stellard
Browse files

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

(cherry picked from commit 454f69bc)
parent 8d78ac26
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