[lld] r249089 - Ignore --no-add-needed.

Rafael Espindola via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 1 15:31:38 PDT 2015


Author: rafael
Date: Thu Oct  1 17:31:38 2015
New Revision: 249089

URL: http://llvm.org/viewvc/llvm-project?rev=249089&view=rev
Log:
Ignore --no-add-needed.

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=249089&r1=249088&r2=249089&view=diff
==============================================================================
--- lld/trunk/ELF/Options.td (original)
+++ lld/trunk/ELF/Options.td Thu Oct  1 17:31:38 2015
@@ -83,5 +83,6 @@ def build_id : Flag<["--"], "build-id">;
 def eh_frame_hdr : Flag<["--"], "eh-frame-hdr">;
 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 z : Separate<["-"], "z">;




More information about the llvm-commits mailing list