llvm-cxxdump: Rename llvm-vtabledump to llvm-cxxdump
[oota-llvm.git] / tools / llvm-cxxdump / Makefile
diff --git a/tools/llvm-cxxdump/Makefile b/tools/llvm-cxxdump/Makefile
new file mode 100644 (file)
index 0000000..02e8e5f
--- /dev/null
@@ -0,0 +1,18 @@
+##===- tools/llvm-cxxdump/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 := llvm-cxxdump
+LINK_COMPONENTS := bitreader object all-targets
+
+# This tool has no plugins, optimize startup time.
+TOOL_NO_EXPORTS := 1
+
+include $(LEVEL)/Makefile.common
+