We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f244c9 commit 769d711Copy full SHA for 769d711
src/test/run-make/llvm-outputs/Makefile
@@ -0,0 +1,5 @@
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
0 commit comments