Skip to content

Commit 769d711

Browse files
committed
add test for issue #21335
Fixes #21335.
1 parent 6f244c9 commit 769d711

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
+5
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)