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

via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 4 08:40:44 PST 2026


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-infrastructure

Author: Nikita Popov (nikic)

<details>
<summary>Changes</summary>

We've recently had two instances of test failures for the gold plugin being introduced. Build and test the gold plugin in pre-merge CI to avoid this.

---
Full diff: https://github.com/llvm/llvm-project/pull/184076.diff


1 Files Affected:

- (modified) .ci/monolithic-linux.sh (+2-1) 


``````````diff
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"
 

``````````

</details>


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


More information about the llvm-commits mailing list