[PATCH] D40849: CodeGen: support an extension to pass linker options on ELF

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 25 01:25:54 PST 2018


jhenderson accepted this revision.
jhenderson added a comment.
This revision is now accepted and ready to land.

Okay, LGTM, with one nit fix in the documentation. Thanks.

I'd like @ruiu to confirm he's happy with the section type before this goes in.



================
Comment at: docs/Extensions.rst:240
+This would be equivalent emitted in raw assembly as:
+
+.. code-block:: gas
----------------
jhenderson wrote:
> Nit: either "equivalently emitted in ..." or "equivalent to the following raw assembly:"
Reminder of this nit. Please fix :)


Repository:
  rL LLVM

https://reviews.llvm.org/D40849





More information about the llvm-commits mailing list