2023-03-30 07:58:50 -05:00
|
|
|
include ../tools.mk
|
2018-11-14 13:51:28 -06:00
|
|
|
|
|
|
|
all:
|
|
|
|
echo 'fn main() {}' | $(BARE_RUSTC) - --out-dir=$(TMPDIR)/random_directory_that_does_not_exist_ir/ --emit=llvm-ir
|
|
|
|
echo 'fn main() {}' | $(BARE_RUSTC) - --out-dir=$(TMPDIR)/random_directory_that_does_not_exist_bc/ --emit=llvm-bc
|