]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/panic-impl-transitive/Makefile
Rollup merge of #101101 - RalfJung:read-pointer-as-bytes, r=oli-obk
[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)