]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/panic-impl-transitive/Makefile
Merge commit '0c89065b934397b62838fe3e4ef6f6352fc52daf' into libgccjit-codegen
[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)