aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ToolDrivers/llvm-lib/LibDriver.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/lib/ToolDrivers/llvm-lib/LibDriver.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/lib/ToolDrivers/llvm-lib/LibDriver.cpp')
-rw-r--r--llvm/lib/ToolDrivers/llvm-lib/LibDriver.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/ToolDrivers/llvm-lib/LibDriver.cpp b/llvm/lib/ToolDrivers/llvm-lib/LibDriver.cpp
index 158bbbd..d158795 100644
--- a/llvm/lib/ToolDrivers/llvm-lib/LibDriver.cpp
+++ b/llvm/lib/ToolDrivers/llvm-lib/LibDriver.cpp
@@ -51,7 +51,6 @@ enum {
#include "Options.inc"
#undef PREFIX
-using namespace llvm::opt;
static constexpr opt::OptTable::Info InfoTable[] = {
#define OPTION(...) LLVM_CONSTRUCT_OPT_INFO(__VA_ARGS__),
#include "Options.inc"