[PATCH] D24313: ELF: Add -Qy as ignored option
Ed Maste via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 7 14:18:49 PDT 2016
This revision was automatically updated to reflect the committed changes.
Closed by commit rL280864: ELF: Add -Qy as ignored option (authored by emaste).
Changed prior to commit:
https://reviews.llvm.org/D24313?vs=70592&id=70596#toc
Repository:
rL LLVM
https://reviews.llvm.org/D24313
Files:
lld/trunk/ELF/Options.td
Index: lld/trunk/ELF/Options.td
===================================================================
--- lld/trunk/ELF/Options.td
+++ lld/trunk/ELF/Options.td
@@ -277,6 +277,7 @@
def EB : F<"EB">;
def EL : F<"EL">;
def G: JoinedOrSeparate<["-"], "G">;
+def Qy : F<"Qy">;
// Aliases for ignored options
def alias_define_common_d: Flag<["-"], "d">, Alias<define_common>;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24313.70596.patch
Type: text/x-patch
Size: 375 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160907/d060ec42/attachment.bin>
More information about the llvm-commits
mailing list