diff options
| author | 许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com> | 2024-12-28 02:20:26 +0800 |
|---|---|---|
| committer | 许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com> | 2024-12-28 11:53:01 +0800 |
| commit | b77ab2dd90b8636a38cb34a3e6fe73dbb1e7b0f1 (patch) | |
| tree | c6b79017a55e774222342473743194ae2507b139 /compiler/rustc_codegen_llvm/src | |
| parent | ecc189922dac830ff866f4609311e6afcc4a91f6 (diff) | |
| download | rust-b77ab2dd90b8636a38cb34a3e6fe73dbb1e7b0f1.tar.gz rust-b77ab2dd90b8636a38cb34a3e6fe73dbb1e7b0f1.zip | |
tests: migrate `libs-through-symlink` to rmake.rs
- Document test intent, backlink to #13890 and fix PR #13903. - Fix the test logic: the `Makefile` version seems to not actually be exercising the "library search traverses symlink" logic, because the actual symlinked-to-library is present under the directory tree when `bar.rs` is compiled, because the `$(RUSTC)` invocation has an implicit `-L $(TMPDIR)`. The symlink itself was actually broken, i.e. it should've been `ln -nsf $(TMPDIR)/outdir/$(NAME) $(TMPDIR)` but it used `ln -nsf outdir/$(NAME) $(TMPDIR)`. Co-authored-by: Oneirical <manchot@videotron.ca>
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions
