]> git.lizzy.rs Git - rust.git/blob - src/test/run-make/issue-71519/Makefile
Merge commit 'e8dca3e87d164d2806098c462c6ce41301341f68' into sync_from_cg_gcc
[rust.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