[lld] 454f69b - [LLD] Add required `ppc` target to the test cases. NFC
Simon Atanasyan via llvm-commits
llvm-commits at lists.llvm.org
Sat Aug 7 03:31:33 PDT 2021
Author: Simon Atanasyan
Date: 2021-08-07T13:29:59+03:00
New Revision: 454f69bcc17e6451c926a2e7b708e900fc8fdcb8
URL: https://github.com/llvm/llvm-project/commit/454f69bcc17e6451c926a2e7b708e900fc8fdcb8
DIFF: https://github.com/llvm/llvm-project/commit/454f69bcc17e6451c926a2e7b708e900fc8fdcb8.diff
LOG: [LLD] Add required `ppc` target to the test cases. NFC
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-commits
mailing list