[lld] 8a197e0 - Require shell for lld/test/ELF/arm-exidx-range.s
Hans Wennborg via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 20 08:49:24 PDT 2020
Author: Hans Wennborg
Date: 2020-07-20T17:49:10+02:00
New Revision: 8a197e0b16f2a0f560633f70886f4cdf3b7e20b4
URL: https://github.com/llvm/llvm-project/commit/8a197e0b16f2a0f560633f70886f4cdf3b7e20b4
DIFF: https://github.com/llvm/llvm-project/commit/8a197e0b16f2a0f560633f70886f4cdf3b7e20b4.diff
LOG: Require shell for lld/test/ELF/arm-exidx-range.s
The test fails in 32-bit Windows builds for unclear reasons:
ld.lld: error: failed to open
C:\src\llvm_package_1100-rc1\build32_stage0\tools\lld\test\ELF\Output\arm-exidx-range.s.tmp:
The parameter is incorrect.
Added:
Modified:
lld/test/ELF/arm-exidx-range.s
Removed:
################################################################################
diff --git a/lld/test/ELF/arm-exidx-range.s b/lld/test/ELF/arm-exidx-range.s
index 69763705276c..623c6a81c97b 100644
--- a/lld/test/ELF/arm-exidx-range.s
+++ b/lld/test/ELF/arm-exidx-range.s
@@ -1,4 +1,4 @@
-// REQUIRES: arm
+// REQUIRES: arm, shell
// RUN: llvm-mc --arm-add-build-attributes --triple=armv7a-linux-gnueabihf -filetype=obj %s -o %t.o
// RUN: echo "SECTIONS { \
// RUN: . = 0x80000000; \
More information about the llvm-commits
mailing list