summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-vtabledump/llvm-vtabledump.h
diff options
context:
space:
mode:
authorDavid Majnemer <david.majnemer@gmail.com>2015-03-15 01:30:58 +0000
committerDavid Majnemer <david.majnemer@gmail.com>2015-03-15 01:30:58 +0000
commitf45bbd0da34d632fb370d1da71789b5681c871e8 (patch)
tree883f4704cd6dec0df94a58f6f8033bdf5d94143f /llvm/tools/llvm-vtabledump/llvm-vtabledump.h
parent912d0f1261d0a56cc7a8a23d83dfb03b11597c19 (diff)
downloadbcm5719-llvm-f45bbd0da34d632fb370d1da71789b5681c871e8.tar.gz
bcm5719-llvm-f45bbd0da34d632fb370d1da71789b5681c871e8.zip
llvm-cxxdump: Rename llvm-vtabledump to llvm-cxxdump
llvm-vtabledump has grown enough functionality not related to vtables that it deserves a name which is more descriptive. llvm-svn: 232301
Diffstat (limited to 'llvm/tools/llvm-vtabledump/llvm-vtabledump.h')
-rw-r--r--llvm/tools/llvm-vtabledump/llvm-vtabledump.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/llvm/tools/llvm-vtabledump/llvm-vtabledump.h b/llvm/tools/llvm-vtabledump/llvm-vtabledump.h
deleted file mode 100644
index 62f755739c3..00000000000
--- a/llvm/tools/llvm-vtabledump/llvm-vtabledump.h
+++ /dev/null
@@ -1,23 +0,0 @@
-//===-- llvm-vtabledump.h ---------------------------------------*- C++ -*-===//
-//
-// The LLVM Compiler Infrastructure
-//
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
-//
-//===----------------------------------------------------------------------===//
-
-#ifndef LLVM_TOOLS_LLVM_VTABLEDUMP_LLVM_VTABLEDUMP_H
-#define LLVM_TOOLS_LLVM_VTABLEDUMP_LLVM_VTABLEDUMP_H
-
-#include "llvm/Support/CommandLine.h"
-#include <string>
-
-namespace opts {
-extern llvm::cl::list<std::string> InputFilenames;
-} // namespace opts
-
-#define LLVM_VTABLEDUMP_ENUM_ENT(ns, enum) \
- { #enum, ns::enum }
-
-#endif
OpenPOWER on IntegriCloud