aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-dwp/llvm-dwp.cpp
diff options
context:
space:
mode:
authorJustin Bogner <mail@justinbogner.com>2023-08-14 13:31:02 -0700
committerJustin Bogner <mail@justinbogner.com>2023-08-14 13:31:02 -0700
commit4e3b89483a6922d3f48670bb1c50a37f342918c6 (patch)
treeb07a802caa2087817599a9c53c75788e0a175788 /llvm/tools/llvm-dwp/llvm-dwp.cpp
parenta16104e6da6f36f3d72dbf53d10ba56495a0d65a (diff)
downloadllvm-4e3b89483a6922d3f48670bb1c50a37f342918c6.zip
llvm-4e3b89483a6922d3f48670bb1c50a37f342918c6.tar.gz
llvm-4e3b89483a6922d3f48670bb1c50a37f342918c6.tar.bz2
Revert "[Option] Add "Visibility" field and clone the OptTable APIs to use it"
this is failing on bots, reverting to investigate. This reverts commit a16104e6da6f36f3d72dbf53d10ba56495a0d65a.
Diffstat (limited to 'llvm/tools/llvm-dwp/llvm-dwp.cpp')
-rw-r--r--llvm/tools/llvm-dwp/llvm-dwp.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/tools/llvm-dwp/llvm-dwp.cpp b/llvm/tools/llvm-dwp/llvm-dwp.cpp
index f976298..af5621e 100644
--- a/llvm/tools/llvm-dwp/llvm-dwp.cpp
+++ b/llvm/tools/llvm-dwp/llvm-dwp.cpp
@@ -55,7 +55,6 @@ enum ID {
#include "Opts.inc"
#undef PREFIX
-using namespace llvm::opt;
static constexpr opt::OptTable::Info InfoTable[] = {
#define OPTION(...) LLVM_CONSTRUCT_OPT_INFO(__VA_ARGS__),
#include "Opts.inc"