[llvm] [CI] Enable gold tests (PR #184076)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 2 01:05:24 PST 2026


https://github.com/nikic created https://github.com/llvm/llvm-project/pull/184076

None

>From 4ed5b5d5267372d38b379a82551112d5f51910af Mon Sep 17 00:00:00 2001
From: Nikita Popov <npopov at redhat.com>
Date: Mon, 2 Mar 2026 10:04:43 +0100
Subject: [PATCH] [CI] Enable gold tests

---
 .ci/monolithic-linux.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.ci/monolithic-linux.sh b/.ci/monolithic-linux.sh
index 3da8a92f4a3ed..217da893e947a 100755
--- a/.ci/monolithic-linux.sh
+++ b/.ci/monolithic-linux.sh
@@ -61,7 +61,8 @@ cmake -S "${MONOREPO_ROOT}"/llvm -B "${BUILD_DIR}" \
       -D LLDB_ENFORCE_STRICT_TEST_REQUIREMENTS=ON \
       -D CMAKE_INSTALL_PREFIX="${INSTALL_DIR}" \
       -D CMAKE_EXE_LINKER_FLAGS="-no-pie" \
-      -D LLVM_ENABLE_WERROR=ON
+      -D LLVM_ENABLE_WERROR=ON \
+      -D LLVM_BINUTILS_INCDIR=/usr
 
 start-group "ninja"
 



More information about the llvm-commits mailing list