[PATCH] D30982: [ELF] - Combine LinkerScriptBase and LinkerScript<ELFT>

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 17 12:30:17 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:1818
     return [=]() -> ExprValue {
-      return {ScriptBase->getOutputSection(Location, Name), 0};
+      return { Script->getOutputSection(Location, Name), 0};
     };
----------------
Unrelated format change?


https://reviews.llvm.org/D30982





More information about the llvm-commits mailing list