[PATCH] D24313: ELF: Add -Qy as ignored option

Ed Maste via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 7 14:07:55 PDT 2016


emaste created this revision.
emaste added reviewers: ruiu, rafael.
emaste added a subscriber: llvm-commits.
emaste added a project: lld.
Herald added a subscriber: emaste.

GCC passes it by default on powerpc64 on FreeBSD.  GNU ld claims "this option is ignored for SVR4 compatibility", so we can ignore it too.

https://reviews.llvm.org/D24313

Files:
  ELF/Options.td

Index: ELF/Options.td
===================================================================
--- ELF/Options.td
+++ 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.70592.patch
Type: text/x-patch
Size: 345 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160907/6fd877bd/attachment.bin>


More information about the llvm-commits mailing list