[all-commits] [llvm/llvm-project] b9249a: [lld][ELF] Do not emit warning for NOLOAD output s...
PiJoules via All-commits
all-commits at lists.llvm.org
Tue May 23 13:41:56 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b9249a69cc274b78f8783dcac95945edf2424ddd
https://github.com/llvm/llvm-project/commit/b9249a69cc274b78f8783dcac95945edf2424ddd
Author: Leonard Chan <leonardchan at google.com>
Date: 2023-05-23 (Tue, 23 May 2023)
Changed paths:
M lld/ELF/OutputSections.cpp
M lld/test/ELF/linkerscript/noload.s
Log Message:
-----------
[lld][ELF] Do not emit warning for NOLOAD output sections
Much of NOLOAD's intended use is to explicitly change the type of an
output section, so we shouldn't flag these as warnings.
Differential Revision: https://reviews.llvm.org/D151144
More information about the All-commits
mailing list