[PATCH] D50065: [LLD] Only increase LMARegion if different from MemRegion

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 31 14:43:04 PDT 2018


ruiu added inline comments.


================
Comment at: test/ELF/linkerscript/at8.test:11
+SECTIONS {
+    .text : { *(.text) } > RAM AT> RAM
+    .sec : { *(.sec) } > RAM
----------------
This seems to be equivalent to `.text : { *(.text) } > RAM`. What is the point of appending `AT> RAM`?


https://reviews.llvm.org/D50065





More information about the llvm-commits mailing list