[PATCH] D65722: [ELF] Expand regions for gaps due to explicit address

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 6 05:30:11 PDT 2019


MaskRay added a comment.

In D65722#1616702 <https://reviews.llvm.org/D65722#1616702>, @yodaldevoid wrote:

> I do not have commit access so if someone else could commit this patch for me I would appreciate it.


I can commit but I'd like @ruiu to take a look first.



================
Comment at: lld/test/ELF/linkerscript/memory-gap-explicit-expr.test:8
+# RUN: llvm-readelf -S %t | FileCheck %s
+# CHECK: .aaa_s PROGBITS 0000000000000000 001000 000008
+# CHECK: .bbb_s PROGBITS 0000000000000014 001014 000008
----------------
Any particular reason the output section is `.aaa_s` while the input section is `.aaa`. I don't think that matters but it may make people puzzled


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65722/new/

https://reviews.llvm.org/D65722





More information about the llvm-commits mailing list