Do not ignore --no_ctors_in_init_array flag.

That flag is probably too dangerous to ignore silently.

llvm-svn: 270711
This commit is contained in:
Rui Ueyama 2016-05-25 15:30:11 +00:00
parent 11081c98a3
commit 1795f782e9
1 changed files with 0 additions and 1 deletions

View File

@ -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">;