]> git.proxmox.com Git - rustc.git/blob - src/test/run-make/llvm-outputs/Makefile
New upstream version 1.65.0+dfsg1
[rustc.git] / src / test / run-make / llvm-outputs / Makefile
1 include ../../run-make-fulldeps/tools.mk
2
3 all:
4 echo 'fn main() {}' | $(BARE_RUSTC) - --out-dir=$(TMPDIR)/random_directory_that_does_not_exist_ir/ --emit=llvm-ir
5 echo 'fn main() {}' | $(BARE_RUSTC) - --out-dir=$(TMPDIR)/random_directory_that_does_not_exist_bc/ --emit=llvm-bc