]> git.lizzy.rs Git - rust.git/blob - tests/run-make/llvm-outputs/Makefile
Rollup merge of #105784 - yanns:update_stdarch, r=Amanieu
[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