aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2016-05-25 15:30:11 +0000
committerRui Ueyama <ruiu@google.com>2016-05-25 15:30:11 +0000
commit351abca754d97c8bab76b26d133aa4bceec2aae1 (patch)
tree598c121f12dea78589821697d8ff474ce37ab3a6
parent60dea6209c4a6d0bccdf7f4a7cc45b94d69a2d39 (diff)
Do not ignore --no_ctors_in_init_array flag.
That flag is probably too dangerous to ignore silently. git-svn-id: https://llvm.org/svn/llvm-project/lld/trunk@270711 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--ELF/Options.td1
1 files changed, 0 insertions, 1 deletions
diff --git a/ELF/Options.td b/ELF/Options.td
index bf830c4e2..2afd7c32b 100644
--- a/ELF/Options.td
+++ b/ELF/Options.td
@@ -238,7 +238,6 @@ 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_ctors_in_init_array : Flag<["--"], "no-ctors-in-init-array">;
def no_dynamic_linker : Flag<["--"], "no-dynamic-linker">;
def no_fatal_warnings : Flag<["--"], "no-fatal-warnings">;
def no_mmap_output_file : Flag<["--"], "no-mmap-output-file">;