]> git.lizzy.rs Git - rust.git/blob - src/test/run-make/llvm-outputs/Makefile
Auto merge of #55041 - evq:thumbv8m, r=alexcrichton
[rust.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