We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 690e464 + b3a334a commit 48dc2cbCopy full SHA for 48dc2cb
mk/llvm.mk
@@ -47,11 +47,11 @@ endef
47
$(foreach host,$(CFG_HOST), \
48
$(eval LLVM_CONFIGS := $(LLVM_CONFIGS) $(LLVM_CONFIG_$(host))))
49
50
+$(foreach host,$(CFG_HOST), \
51
+ $(eval $(call DEF_LLVM_RULES,$(host))))
52
+
53
$(S)src/librustc/lib/llvmdeps.rs: \
54
$(LLVM_CONFIGS) \
55
$(S)src/etc/mklldeps.py
56
$(Q)$(CFG_PYTHON) $(S)src/etc/mklldeps.py \
57
"$@" "$(LLVM_COMPONENTS)" $(LLVM_CONFIGS)
-
-$(foreach host,$(CFG_HOST), \
- $(eval $(call DEF_LLVM_RULES,$(host))))
0 commit comments