]> git.lizzy.rs Git - rust.git/blob - tests/run-make/llvm-outputs/Makefile
Rollup merge of #107048 - DebugSteven:newer-x-check-cargo, r=albertlarsan68
[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