]> git.lizzy.rs Git - rust.git/blob - tests/run-make/issue-71519/Makefile
Introduce GeneratorWitnessMIR.
[rust.git] / tests / run-make / issue-71519 / Makefile
1 include ../../run-make-fulldeps/tools.mk
2
3 # ignore-msvc
4 # needs-rust-lld
5 # ignore-s390x lld does not yet support s390x as target
6 all:
7         RUSTC_LOG=rustc_codegen_ssa::back::link=info $(RUSTC) -Z gcc-ld=lld -C link-args=-Wl,-v main.rs 2> $(TMPDIR)/output.txt
8         $(CGREP) -e "^LLD [0-9]+\.[0-9]+\.[0-9]+" < $(TMPDIR)/output.txt