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