[lld] r249093 - [elf2] Ignore --{start,end}-group.
Michael J. Spencer via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 1 15:54:37 PDT 2015
Author: mspencer
Date: Thu Oct 1 17:54:37 2015
New Revision: 249093
URL: http://llvm.org/viewvc/llvm-project?rev=249093&view=rev
Log:
[elf2] Ignore --{start,end}-group.
Modified:
lld/trunk/ELF/Options.td
Modified: lld/trunk/ELF/Options.td
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/Options.td?rev=249093&r1=249092&r2=249093&view=diff
==============================================================================
--- lld/trunk/ELF/Options.td (original)
+++ lld/trunk/ELF/Options.td Thu Oct 1 17:54:37 2015
@@ -81,8 +81,10 @@ def alias_soname : Separate<["-"], "h">,
def as_needed : Flag<["--"], "as-needed">;
def build_id : Flag<["--"], "build-id">;
def eh_frame_hdr : Flag<["--"], "eh-frame-hdr">;
+def end_group : Flag<["--"], "end-group">;
def hash_style : Joined<["--"], "hash-style=">;
def m : Separate<["-"], "m">;
def no_add_needed : Flag<["--"], "no-add-needed">;
def no_as_needed : Flag<["--"], "no-as-needed">;
+def start_group : Flag<["--"], "start-group">;
def z : Separate<["-"], "z">;
More information about the llvm-commits
mailing list