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/tools/llvm-dwp/llvm-dwp.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/tools/llvm-dwp/llvm-dwp.cpp')
-rw-r--r-- | llvm/tools/llvm-dwp/llvm-dwp.cpp | 1 |
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" |