[llvm-branch-commits] [lld] 6aa0542 - [LLD] Add required `ppc` target to the test cases. NFC
Tom Stellard via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Sep 17 20:51:41 PDT 2021
Author: Simon Atanasyan
Date: 2021-09-17T20:51:23-07:00
New Revision: 6aa054242d60f7cf9512d927ebf7ca2289115ecd
URL: https://github.com/llvm/llvm-project/commit/6aa054242d60f7cf9512d927ebf7ca2289115ecd
DIFF: https://github.com/llvm/llvm-project/commit/6aa054242d60f7cf9512d927ebf7ca2289115ecd.diff
LOG: [LLD] Add required `ppc` target to the test cases. NFC
(cherry picked from commit 454f69bcc17e6451c926a2e7b708e900fc8fdcb8)
Added:
Modified:
lld/test/ELF/compressed-debug-input-err.s
lld/test/ELF/compressed-debug-input.s
Removed:
################################################################################
diff --git a/lld/test/ELF/compressed-debug-input-err.s b/lld/test/ELF/compressed-debug-input-err.s
index 0495a9eaa08e9..922fcfc61bb37 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 5b61ea8b384e0..af81d6fff3115 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
More information about the llvm-branch-commits
mailing list