aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/gold
diff options
context:
space:
mode:
authoraeubanks <aeubanks@google.com>2023-09-06 15:07:37 -0700
committerGitHub <noreply@github.com>2023-09-06 15:07:37 -0700
commita07d4c0365ed5a34300d8c870114999dc6838c50 (patch)
treeb23c844039c825cedadfcc4597b39c733248ae18 /llvm/tools/gold
parent01c0a6a0a4c7f9101a35d2ab056191ecff117db5 (diff)
downloadllvm-a07d4c0365ed5a34300d8c870114999dc6838c50.zip
llvm-a07d4c0365ed5a34300d8c870114999dc6838c50.tar.gz
llvm-a07d4c0365ed5a34300d8c870114999dc6838c50.tar.bz2
[lld/ELF,gold] Remove transitionary opaque pointer flags (#65529)
This was only useful during the transition when mixing non-opaque-pointer and opaque-pointer IR, now everything uses opaque pointers.
Diffstat (limited to 'llvm/tools/gold')
-rw-r--r--llvm/tools/gold/gold-plugin.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/tools/gold/gold-plugin.cpp b/llvm/tools/gold/gold-plugin.cpp
index 59bd3f6..d43f27d 100644
--- a/llvm/tools/gold/gold-plugin.cpp
+++ b/llvm/tools/gold/gold-plugin.cpp
@@ -308,8 +308,6 @@ namespace options {
RemarksFormat = std::string(opt);
} else if (opt.consume_front("stats-file=")) {
stats_file = std::string(opt);
- } else if (opt == "opaque-pointers") {
- // We always use opaque pointers.
} else {
// Save this option to pass to the code generator.
// ParseCommandLineOptions() expects argv[0] to be program name. Lazily