summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lld/ELF/Options.td2
1 files changed, 2 insertions, 0 deletions
diff --git a/lld/ELF/Options.td b/lld/ELF/Options.td
index cbc83cd57eb..d016c39899e 100644
--- a/lld/ELF/Options.td
+++ b/lld/ELF/Options.td
@@ -223,6 +223,8 @@ def plugin_opt_eq : Joined<["--", "-"], "plugin-opt=">;
def detect_odr_violations : Flag<["--"], "detect-odr-violations">;
def fatal_warnings : Flag<["--"], "fatal-warnings">;
def no_add_needed : Flag<["--"], "no-add-needed">;
+def no_copy_dt_needed_entries : Flag<["--"], "no-copy-dt-needed-entries">,
+ Alias<no_add_needed>;
def no_dynamic_linker : Flag<["--"], "no-dynamic-linker">;
def no_fatal_warnings : Flag<["--"], "no-fatal-warnings">;
def no_warn_common : Flag<["--", "-"], "no-warn-common">;
OpenPOWER on IntegriCloud