[PATCH] D30832: [ELF] Fix LMA offset calculation

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 13 13:22:21 PDT 2017


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

LGTM



================
Comment at: ELF/LinkerScript.cpp:561
+  }
   // Handle align (e.g. ".foo : ALIGN(16) { ... }").
   if (Cmd->AlignExpr)
----------------
Please keep the blank line.


Repository:
  rL LLVM

https://reviews.llvm.org/D30832





More information about the llvm-commits mailing list