]> git.lizzy.rs Git - rust.git/blob - tests/run-make/llvm-outputs/Makefile
Rollup merge of #106605 - notriddle:notriddle/outdated-rustbook, r=GuillaumeGomez
[rust.git] / tests / 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