[PATCH] D23124: ELF lld: Ignore -EL and -EB options
Ed Maste via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 4 07:37:46 PDT 2016
emaste updated this revision to Diff 66805.
emaste added a comment.
Sort, use F<> per @ruiu.
https://reviews.llvm.org/D23124
Files:
ELF/Options.td
Index: ELF/Options.td
===================================================================
--- ELF/Options.td
+++ ELF/Options.td
@@ -262,6 +262,8 @@
def sort_common: F<"sort-common">;
def warn_execstack: F<"warn-execstack">;
def warn_shared_textrel: F<"warn-shared-textrel">;
+def EB : F<"EB">;
+def EL : F<"EL">;
def G: Separate<["-"], "G">;
// Aliases for ignored options
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23124.66805.patch
Type: text/x-patch
Size: 380 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160804/3ad8c4cd/attachment.bin>
More information about the llvm-commits
mailing list