aboutsummaryrefslogtreecommitdiffstats
path: root/llvm-host-build.mk
diff options
context:
space:
mode:
Diffstat (limited to 'llvm-host-build.mk')
-rw-r--r--llvm-host-build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm-host-build.mk b/llvm-host-build.mk
index b13d381..67c3808 100644
--- a/llvm-host-build.mk
+++ b/llvm-host-build.mk
@@ -50,7 +50,7 @@ LOCAL_IS_HOST_MODULE := true
###########################################################
define transform-host-td-to-out
@mkdir -p $(dir $@)
-@echo "Host TableGen: $(LOCAL_MODULE) (gen-$(1)) <= $<"
+@echo "Host TableGen: $(TBLGEN_LOCAL_MODULE) (gen-$(1)) <= $<"
$(hide) $(TBLGEN) \
-I $(dir $<) \
-I $(LLVM_ROOT_PATH)/include \