diff options
author | Rui Ueyama <ruiu@google.com> | 2016-05-25 15:30:11 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2016-05-25 15:30:11 +0000 |
commit | 1795f782e9d2b1d3a7d828943495e8cf2ac01e69 (patch) | |
tree | 74d8954a3180ba2f6bbac591f8fc18ef3a145520 | |
parent | 11081c98a343b3640caf7e16184d571188482711 (diff) | |
download | bcm5719-llvm-1795f782e9d2b1d3a7d828943495e8cf2ac01e69.tar.gz bcm5719-llvm-1795f782e9d2b1d3a7d828943495e8cf2ac01e69.zip |
Do not ignore --no_ctors_in_init_array flag.
That flag is probably too dangerous to ignore silently.
llvm-svn: 270711
-rw-r--r-- | lld/ELF/Options.td | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lld/ELF/Options.td b/lld/ELF/Options.td index bf830c4e238..2afd7c32b5f 100644 --- a/lld/ELF/Options.td +++ b/lld/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">; |