[PATCH] D22915: [ELF] - Linkerscript: implemented SIZEOF(section)

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 29 09:12:31 PDT 2016


grimar added inline comments.

================
Comment at: ELF/LinkerScript.cpp:950
@@ +949,3 @@
+    expect(")");
+    return [=](uint64_t Dot) { return getSectionSize(Name); };
+  }
----------------
ruiu wrote:
> I started to really like the way how we handle expressions using lambdas. It's short, versatile and easy-to-write.
Yes, it is very nice looking I think !


https://reviews.llvm.org/D22915





More information about the llvm-commits mailing list