aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-rc
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-rc
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-rc')
-rw-r--r--llvm/tools/llvm-rc/llvm-rc.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/tools/llvm-rc/llvm-rc.cpp b/llvm/tools/llvm-rc/llvm-rc.cpp
index ec1cdae..5745901 100644
--- a/llvm/tools/llvm-rc/llvm-rc.cpp
+++ b/llvm/tools/llvm-rc/llvm-rc.cpp
@@ -44,7 +44,6 @@
using namespace llvm;
using namespace llvm::rc;
-using namespace llvm::opt;
namespace {