[llvm] [CI] Install binutils-dev in pre-merge container (PR #184608)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 4 06:23:21 PST 2026
================
@@ -47,7 +47,7 @@ COPY --from=stage1-toolchain $LLVM_SYSROOT $LLVM_SYSROOT
# Need git for SPIRV-Tools tests.
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y \
- binutils \
+ binutils-dev \
----------------
nikic wrote:
Added a comment with reference to the "linker LTO plugin". The naming of the plugin is historical, it doesn't actually have anything to do with the ld.gold linker in particular.
Our tests *do* need ld.gold though, though we should migrate away from that, see https://github.com/llvm/llvm-project/pull/130981.
https://github.com/llvm/llvm-project/pull/184608
More information about the llvm-commits
mailing list