[PATCH] D41025: ELF: Ignore --long-plt flag.

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 8 11:37:03 PST 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rLLD320178: ELF: Ignore --long-plt flag. (authored by pcc).

Changed prior to commit:
  https://reviews.llvm.org/D41025?vs=126180&id=126189#toc

Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D41025

Files:
  ELF/Options.td


Index: ELF/Options.td
===================================================================
--- ELF/Options.td
+++ ELF/Options.td
@@ -406,6 +406,7 @@
 def cref: F<"cref">;
 def detect_odr_violations: F<"detect-odr-violations">;
 def g: Flag<["-"], "g">;
+def long_plt: F<"long-plt">;
 def no_add_needed: F<"no-add-needed">;
 def no_allow_shlib_undefined: F<"no-allow-shlib-undefined">;
 def no_copy_dt_needed_entries: F<"no-copy-dt-needed-entries">;


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41025.126189.patch
Type: text/x-patch
Size: 448 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171208/802b835d/attachment.bin>


More information about the llvm-commits mailing list