mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
5 lines
134 B
Makefile
5 lines
134 B
Makefile
.PHONY: $(CFG_LLVM_INST_DIR)/bin/llc
|
|
|
|
$(CFG_LLVM_INST_DIR)/bin/llc:
|
|
@$(call E, make: llvm)
|
|
$(Q)make install -C $(CFG_LLVM_BUILD_DIR)
|