mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 07:44:10 +00:00
7 lines
183 B
Makefile
7 lines
183 B
Makefile
# needs-unwind -Cpanic=abort gives different MIR output
|
|
include ../tools.mk
|
|
|
|
all:
|
|
$(RUSTC) main.rs --emit=mir -o "$(TMPDIR)"/dump.mir
|
|
$(RUSTC_TEST_OP) "$(TMPDIR)"/dump.mir dump.mir
|