]> git.proxmox.com Git - rustc.git/blob - src/test/run-make/issue-71519/Makefile
New upstream version 1.54.0+dfsg1
[rustc.git] / src / test / run-make / issue-71519 / Makefile
1 -include ../../run-make-fulldeps/tools.mk
2
3 # needs-rust-lld
4 all:
5 RUSTC_LOG=rustc_codegen_ssa::back::link=info $(RUSTC) -Z gcc-ld=lld -C link-args=-Wl,-v main.rs 2> $(TMPDIR)/output.txt
6 $(CGREP) -e "^LLD [0-9]+\.[0-9]+\.[0-9]+" < $(TMPDIR)/output.txt