summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Atanasyan <simon@atanasyan.com>2021-08-07 13:29:59 +0300
committerTom Stellard <tstellar@redhat.com>2021-09-17 20:51:23 -0700
commit6aa054242d60f7cf9512d927ebf7ca2289115ecd (patch)
tree44c6d2ba96847143c9344b6a47bf51e0438599cc
parent8d78ac26f4752b140d47076bf6ba7dd73226784a (diff)
downloadllvm-6aa054242d60f7cf9512d927ebf7ca2289115ecd.tar.gz
[LLD] Add required `ppc` target to the test cases. NFC
(cherry picked from commit 454f69bcc17e6451c926a2e7b708e900fc8fdcb8)
-rw-r--r--lld/test/ELF/compressed-debug-input-err.s2
-rw-r--r--lld/test/ELF/compressed-debug-input.s2
2 files changed, 2 insertions, 2 deletions
diff --git a/lld/test/ELF/compressed-debug-input-err.s b/lld/test/ELF/compressed-debug-input-err.s
index 0495a9eaa08e..922fcfc61bb3 100644
--- a/lld/test/ELF/compressed-debug-input-err.s
+++ b/lld/test/ELF/compressed-debug-input-err.s
@@ -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
diff --git a/lld/test/ELF/compressed-debug-input.s b/lld/test/ELF/compressed-debug-input.s
index 5b61ea8b384e..af81d6fff311 100644
--- a/lld/test/ELF/compressed-debug-input.s
+++ b/lld/test/ELF/compressed-debug-input.s
@@ -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