aboutsummaryrefslogtreecommitdiff
path: root/clang.mk
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2018-11-01 00:23:00 -0700
committerDan Willemsen <dwillemsen@google.com>2018-11-01 00:23:00 -0700
commit0254553bef0abbeb5bac0e45f1d8d8bf6fb44515 (patch)
tree0355865577443617ab3267e26d8bc86a72276b18 /clang.mk
parent53579607246b63665b404ca6c7725d8f91e4d658 (diff)
downloadclang-0254553bef0abbeb5bac0e45f1d8d8bf6fb44515.tar.gz
Remove unused clang.mk file
This is never included, and the two makefiles it points to have already been removed. Test: treehugger Change-Id: I14855bf89efe32f14c658ed5bb04b19834e14c5f
Diffstat (limited to 'clang.mk')
-rw-r--r--clang.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/clang.mk b/clang.mk
deleted file mode 100644
index 24dbb9b94e..0000000000
--- a/clang.mk
+++ /dev/null
@@ -1,4 +0,0 @@
-CLANG_ROOT_PATH := external/clang
-
-CLANG_HOST_BUILD_MK := $(CLANG_ROOT_PATH)/clang-host-build.mk
-CLANG_TBLGEN_RULES_MK := $(CLANG_ROOT_PATH)/clang-tblgen-rules.mk