[PATCH] D50065: [LLD] Only increase LMARegion if different from MemRegion
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 1 00:11:47 PDT 2018
grimar accepted this revision.
grimar added a comment.
This revision is now accepted and ready to land.
LGTM with test case renamed to at6.s (since https://reviews.llvm.org/D50052 is not yet landed).
================
Comment at: test/ELF/linkerscript/at8.test:25
+# CHECK: Program Headers:
+
+# CHECK: Type Offset VirtAddr PhysAddr
----------------
Excessive empty line.
================
Comment at: test/ELF/linkerscript/at8.test:29
+# CHECK-NEXT: LOAD 0x001001 0x0000000020000001 0x0000000020000001
+
+# CHECK-NOT: LOAD
----------------
Excessive empty line.
https://reviews.llvm.org/D50065
More information about the llvm-commits
mailing list