diff options
author | Justin Bogner <mail@justinbogner.com> | 2023-08-14 13:31:02 -0700 |
---|---|---|
committer | Justin Bogner <mail@justinbogner.com> | 2023-08-14 13:31:02 -0700 |
commit | 4e3b89483a6922d3f48670bb1c50a37f342918c6 (patch) | |
tree | b07a802caa2087817599a9c53c75788e0a175788 /llvm/lib/ToolDrivers/llvm-lib/LibDriver.cpp | |
parent | a16104e6da6f36f3d72dbf53d10ba56495a0d65a (diff) | |
download | llvm-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.cpp | 1 |
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" |