about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorMatthias Krüger <476013+matthiaskrgr@users.noreply.github.com>2025-05-09 21:50:07 +0200
committerGitHub <noreply@github.com>2025-05-09 21:50:07 +0200
commitf9003b7d375ed26a1d27b3d2faea7434e2dd564d (patch)
tree3c601476e354c460bd2233555ceea0fe271e737e /compiler/rustc_codegen_llvm/src
parent75fe3bf7b41082830a63a0547484a570a4f96129 (diff)
parent84ed40dc38cff2a25f0d6e6be1f11b3c1a12133d (diff)
downloadrust-f9003b7d375ed26a1d27b3d2faea7434e2dd564d.tar.gz
rust-f9003b7d375ed26a1d27b3d2faea7434e2dd564d.zip
Rollup merge of #140843 - jieyouxu:broken-pipe, r=Kobzol
Fix `broken-pipe-no-ice` run-make test for rpath-less builds

The `broken-pipe-no-ice` run-make test currently fails on rpath-less builds, because host compiler runtime libs are not configured for raw std command usages.

This PR is an alternative approach to #140744. However, instead of duplicating `run_make_support::util::set_host_compiler_dylib_path` logic, we instead support "ejecting" the "configured" underlying std `Command` from `bare_rustc()` and `rustdoc()`, where host compiler runtime libs are already set.

cc `@jchecahi`
r? `@Kobzol`
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions