[clang] 28776d5 - [Driver] Try to fix linux-ld.c test with DEFAULT_LINKER set (NFC)
Nikita Popov via cfe-commits
cfe-commits at lists.llvm.org
Tue May 23 07:05:35 PDT 2023
Author: Nikita Popov
Date: 2023-05-23T16:05:27+02:00
New Revision: 28776d501cad38d56b8e05ba1ec5044c88901d7a
URL: https://github.com/llvm/llvm-project/commit/28776d501cad38d56b8e05ba1ec5044c88901d7a
DIFF: https://github.com/llvm/llvm-project/commit/28776d501cad38d56b8e05ba1ec5044c88901d7a.diff
LOG: [Driver] Try to fix linux-ld.c test with DEFAULT_LINKER set (NFC)
The test fails on the clang-ppc64le-rhel build bot, which has
DEFAULT_LINKER set and an ld.lld binary in the LLVM build directory.
Added:
Modified:
clang/test/Driver/linux-ld.c
Removed:
################################################################################
diff --git a/clang/test/Driver/linux-ld.c b/clang/test/Driver/linux-ld.c
index 18ad0b9aa07b..287750ac2046 100644
--- a/clang/test/Driver/linux-ld.c
+++ b/clang/test/Driver/linux-ld.c
@@ -1791,7 +1791,7 @@
// CHECK-LD-GENTOO-X32: "-lc"
// CHECK-LD-GENTOO-X32: "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed"
-// RUN: %clang -### %s -no-pie 2>&1 \
+// RUN: %clang -### %s -no-pie -fuse-ld=ld 2>&1 \
// RUN: --target=x86_64-unknown-linux-gnu \
// RUN: --gcc-toolchain="%S/Inputs/rhel_7_tree/opt/rh/devtoolset-7/root/usr" \
// RUN: --sysroot="%S/Inputs/rhel_7_tree/opt/rh/devtoolset-7/root" \
More information about the cfe-commits
mailing list