rust/tests/run-make/const_fn_mir/Makefile
2023-10-07 08:30:40 +02:00

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