diff options
Diffstat (limited to 'lld/ELF/Options.td')
-rw-r--r-- | lld/ELF/Options.td | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lld/ELF/Options.td b/lld/ELF/Options.td index 8b72fcacf68..b1881f21fab 100644 --- a/lld/ELF/Options.td +++ b/lld/ELF/Options.td @@ -91,6 +91,9 @@ def no_as_needed : Flag<["--"], "no-as-needed">; def no_demangle: Flag<["--"], "no-demangle">, HelpText<"Do not demangle symbol names">; +def no_gnu_unique : Flag<["--"], "no-gnu-unique">, + HelpText<"Disable STB_GNU_UNIQUE symbol binding">; + def no_whole_archive : Flag<["--", "-"], "no-whole-archive">, HelpText<"Restores the default behavior of loading archive members">; |