diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2025-01-20 15:30:04 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2025-01-20 15:30:04 +0000 |
| commit | d740a3f06a4e32b72383bdf3b60d9855fa80bb61 (patch) | |
| tree | 8069ab3c653a49d91c7650d2b6eaa06268f09566 /compiler/rustc_codegen_cranelift/scripts | |
| parent | b5741a36a897dd93936d31ea0c1688f1399a2e06 (diff) | |
| parent | 728bc27f32c05ac8a9b5eb33fd101e479072984f (diff) | |
| download | rust-d740a3f06a4e32b72383bdf3b60d9855fa80bb61.tar.gz rust-d740a3f06a4e32b72383bdf3b60d9855fa80bb61.zip | |
Merge commit '728bc27f32c05ac8a9b5eb33fd101e479072984f' into sync_cg_clif-2025-01-20
Diffstat (limited to 'compiler/rustc_codegen_cranelift/scripts')
| -rwxr-xr-x | compiler/rustc_codegen_cranelift/scripts/test_rustc_tests.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/compiler/rustc_codegen_cranelift/scripts/test_rustc_tests.sh b/compiler/rustc_codegen_cranelift/scripts/test_rustc_tests.sh index e569da90cf7..41aa011e805 100755 --- a/compiler/rustc_codegen_cranelift/scripts/test_rustc_tests.sh +++ b/compiler/rustc_codegen_cranelift/scripts/test_rustc_tests.sh @@ -176,12 +176,11 @@ diff --git a/src/tools/run-make-support/src/rustdoc.rs b/src/tools/run-make-supp index 9607ff02f96..b7d97caf9a2 100644 --- a/src/tools/run-make-support/src/external_deps/rustdoc.rs +++ b/src/tools/run-make-support/src/external_deps/rustdoc.rs -@@ -34,8 +34,6 @@ pub fn bare() -> Self { +@@ -34,7 +34,6 @@ pub fn bare() -> Self { #[track_caller] pub fn new() -> Self { let mut cmd = setup_common(); -- let target_rpath_dir = env_var_os("TARGET_RPATH_DIR"); -- cmd.arg(format!("-L{}", target_rpath_dir.to_string_lossy())); +- cmd.arg("-L").arg(env_var_os("TARGET_RPATH_DIR")); Self { cmd } } |
