]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/inline-always-many-cgu/Makefile
Auto merge of #95689 - lqd:self-profiler, r=wesleywiser
[rust.git] / src / test / run-make-fulldeps / 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