]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/panic-impl-transitive/Makefile
Merge commit 'cb7915b00c235e9b5861564f3be78dba330980ee' into clippyup
[rust.git] / src / test / run-make-fulldeps / panic-impl-transitive / Makefile
1 -include ../../run-make-fulldeps/tools.mk
2
3 # NOTE we use --emit=llvm-ir to avoid running the linker (linking will fail because there's no main
4 # in this crate)
5 all:
6         $(RUSTC) panic-impl-provider.rs
7         $(RUSTC) panic-impl-consumer.rs -C panic=abort --emit=llvm-ir -L $(TMPDIR)