[PATCH] D25441: [ELF] Add Section() getter to expression structure (Expr)
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 15 11:07:49 PST 2016
ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: ELF/LinkerScript.h:47-48
+
+ // If expression is section-relative the function below is used
+ // to get the output section pointer.
+ std::function<const OutputSectionBase *()> Section;
----------------
Nice comment.
https://reviews.llvm.org/D25441
More information about the llvm-commits
mailing list