Skip to content

Commit 454f69b

Browse files
committed
[LLD] Add required ppc target to the test cases. NFC
1 parent c6ebc65 commit 454f69b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lld/test/ELF/compressed-debug-input-err.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# REQUIRES: zlib, x86
1+
# REQUIRES: zlib, ppc, x86
22

33
# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t.o
44
# RUN: not ld.lld %t.o -o /dev/null -shared 2>&1 | FileCheck %s

lld/test/ELF/compressed-debug-input.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# REQUIRES: zlib, x86
1+
# REQUIRES: zlib, ppc, x86
22

33
# RUN: llvm-mc -compress-debug-sections=zlib -filetype=obj -triple=x86_64-unknown-linux %s -o %t
44
# RUN: llvm-mc -compress-debug-sections=zlib -filetype=obj -triple=powerpc64-unknown-unknown %s -o %t-be

0 commit comments

Comments
 (0)