[all-commits] [llvm/llvm-project] e16af8: [LLD][ELF] Add missing program header parsing to O...
Peter Smith via All-commits
all-commits at lists.llvm.org
Mon May 15 02:22:15 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e16af8a28169172a6cf479ccbc03e145d4590db1
https://github.com/llvm/llvm-project/commit/e16af8a28169172a6cf479ccbc03e145d4590db1
Author: Peter Smith <peter.smith at arm.com>
Date: 2023-05-15 (Mon, 15 May 2023)
Changed paths:
M lld/ELF/ScriptParser.cpp
A lld/test/ELF/linkerscript/overlay-phdr.test
Log Message:
-----------
[LLD][ELF] Add missing program header parsing to OVERLAY
In D72756 the change to add INPUT_SECTION_FLAGS inadvertantly
removed the line to parse the program header assignment information for
OutputSections within an OVERLAY.
This change adds back the missing line and adds a test for it.
Differential Revision: https://reviews.llvm.org/D150445
More information about the All-commits
mailing list