[PATCH] D23124: ELF lld: Ignore -EL and -EB options

Ed Maste via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 18 05:52:56 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL279058: ELF: ignore -EB and -EL options (authored by emaste).

Changed prior to commit:
  https://reviews.llvm.org/D23124?vs=66805&id=68522#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D23124

Files:
  lld/trunk/ELF/Options.td

Index: lld/trunk/ELF/Options.td
===================================================================
--- lld/trunk/ELF/Options.td
+++ lld/trunk/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: JoinedOrSeparate<["-"], "G">;
 
 // Aliases for ignored options


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23124.68522.patch
Type: text/x-patch
Size: 418 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160818/5d6bf07d/attachment.bin>


More information about the llvm-commits mailing list