aboutsummaryrefslogtreecommitdiffstats
path: root/llvm-host-build.mk
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2014-06-03 18:31:47 -0700
committerStephen Hines <srhines@google.com>2014-06-03 18:31:47 -0700
commit7b17ef61ee92cbea0cc4d321e95046d3179e21ad (patch)
tree988ab12ef652cc1eaa1bd78f29cea111f7301338 /llvm-host-build.mk
parent51c66e01e1137e01bbeff643f99f26264e96122e (diff)
downloadexternal_llvm-7b17ef61ee92cbea0cc4d321e95046d3179e21ad.zip
external_llvm-7b17ef61ee92cbea0cc4d321e95046d3179e21ad.tar.gz
external_llvm-7b17ef61ee92cbea0cc4d321e95046d3179e21ad.tar.bz2
Switch name from tblgen -> llvm-tblgen for consistency with upstream LLVM.
Change-Id: I7735fd88104ff95001dd5f88a1c387df9af993ad
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 c68d455..8c14f28 100644
--- a/llvm-host-build.mk
+++ b/llvm-host-build.mk
@@ -59,7 +59,7 @@ LOCAL_IS_HOST_MODULE := true
define transform-host-td-to-out
@mkdir -p $(dir $@)
@echo "Host TableGen: $(TBLGEN_LOCAL_MODULE) (gen-$(1)) <= $<"
-$(hide) $(TBLGEN) \
+$(hide) $(LLVM_TBLGEN) \
-I $(dir $<) \
-I $(LLVM_ROOT_PATH)/include \
-I $(LLVM_ROOT_PATH)/host/include \