]> git.proxmox.com Git - rustc.git/blob - src/test/run-make/inline-always-many-cgu/Makefile
New upstream version 1.25.0+dfsg1
[rustc.git] / src / test / run-make / inline-always-many-cgu / Makefile
1 -include ../tools.mk
2
3 all:
4 $(RUSTC) foo.rs --emit llvm-ir -C codegen-units=2
5 if cat $(TMPDIR)/*.ll | $(CGREP) -e '\bcall\b'; then \
6 echo "found call instruction when one wasn't expected"; \
7 exit 1; \
8 fi