Skip to content

Commit

Permalink
[LLD] Add required ppc target to the test cases. NFC
Browse files Browse the repository at this point in the history
(cherry picked from commit 454f69b)
  • Loading branch information
atanasyan authored and tstellar committed Sep 18, 2021
1 parent 8d78ac2 commit 6aa0542
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lld/test/ELF/compressed-debug-input-err.s
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lld/test/ELF/compressed-debug-input.s
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 6aa0542

Please sign in to comment.