summaryrefslogtreecommitdiffstats
path: root/clang/utils/TableGen/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'clang/utils/TableGen/Makefile')
-rw-r--r--clang/utils/TableGen/Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/clang/utils/TableGen/Makefile b/clang/utils/TableGen/Makefile
deleted file mode 100644
index 1fde852ebc4..00000000000
--- a/clang/utils/TableGen/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-##===- utils/TableGen/Makefile -----------------------------*- Makefile -*-===##
-#
-# The LLVM Compiler Infrastructure
-#
-# This file is distributed under the University of Illinois Open Source
-# License. See LICENSE.TXT for details.
-#
-##===----------------------------------------------------------------------===##
-
-LEVEL = ../../../..
-TOOLNAME = clang-tblgen
-USEDLIBS = LLVMTableGen.a LLVMSupport.a
-
-# This tool has no plugins, optimize startup time.
-TOOL_NO_EXPORTS = 1
-
-include $(LEVEL)/Makefile.common
OpenPOWER on IntegriCloud