[lld] 72bbac4 - Mark test added in 5a58e98 as requiring ppc, not x86 since it tries to use the powerpc64le target.
Douglas Yung via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 14 14:49:32 PDT 2023
Author: Douglas Yung
Date: 2023-09-14T14:47:20-07:00
New Revision: 72bbac47389918502f95423eaeb90733a6b8bb89
URL: https://github.com/llvm/llvm-project/commit/72bbac47389918502f95423eaeb90733a6b8bb89
DIFF: https://github.com/llvm/llvm-project/commit/72bbac47389918502f95423eaeb90733a6b8bb89.diff
LOG: Mark test added in 5a58e98 as requiring ppc, not x86 since it tries to use the powerpc64le target.
Added:
Modified:
lld/test/ELF/linkerscript/data-segment-relro-ppc64.test
Removed:
################################################################################
diff --git a/lld/test/ELF/linkerscript/data-segment-relro-ppc64.test b/lld/test/ELF/linkerscript/data-segment-relro-ppc64.test
index 502cdd382a55fa1..f85241b6792e4c6 100644
--- a/lld/test/ELF/linkerscript/data-segment-relro-ppc64.test
+++ b/lld/test/ELF/linkerscript/data-segment-relro-ppc64.test
@@ -1,4 +1,4 @@
-# REQUIRES: x86
+# REQUIRES: ppc
# RUN: rm -rf %t && split-file %s %t
# RUN: llvm-mc -filetype=obj -triple=powerpc64le %t/a.s -o %t/a.o
# RUN: llvm-mc -filetype=obj -triple=powerpc64le %p/Inputs/shared.s -o %t/b.o
More information about the llvm-commits
mailing list