forked from OSchip/llvm-project
[ELF] - Removed trailing whitespace. NFC.
llvm-svn: 286803
This commit is contained in:
parent
da841c161d
commit
59d9b4b4bc
|
@ -665,7 +665,7 @@ void LinkerScript<ELFT>::assignAddresses(std::vector<PhdrEntry<ELFT>> &Phdrs) {
|
|||
});
|
||||
|
||||
if (HeaderSize <= MinVA && FirstPTLoad != Phdrs.end()) {
|
||||
// If linker script specifies program headers and first PT_LOAD doesn't
|
||||
// If linker script specifies program headers and first PT_LOAD doesn't
|
||||
// have both PHDRS and FILEHDR attributes then do nothing
|
||||
if (!Opt.PhdrsCommands.empty()) {
|
||||
size_t SegNum = std::distance(Phdrs.begin(), FirstPTLoad);
|
||||
|
|
Loading…
Reference in New Issue