summaryrefslogtreecommitdiffstats
path: root/tests/run-make/const_fn_mir/Makefile
blob: 3399446130d746a52c121da965b1ce3dbe8e76b0 (plain)
1
2
3
4
5
6
# 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