search for: d60131

Displaying 2 results from an estimated 2 matches for "d60131".

2020 Mar 29
2
LLD bug causing objcopy ELF to binary generation to create large binaries
...ly section at the start of a     PT_LOAD segment, causes incorrect alignment of the file offset for the     start of the segment which results in the output of an invalid ELF.     SHT_PROGBITS was the default output section type in the past.     Differential Revision: https://reviews.llvm.org/D60131     llvm-svn: 358981 commit 5929553868ddfd3f53672253782260c2a0a52c79 Author: Fangrui Song <maskray at google.com> Date:   Wed Apr 24 14:44:07 2019 +0000     [ELF] Delete a redundant SHT_NOBITS -> SHT_PROGBITS after D60131     Differential Revision: https://reviews.llvm.org/D61006...
2020 Mar 30
2
LLD bug causing objcopy ELF to binary generation to create large binaries
...uses incorrect alignment of the file > offset for the >      start of the segment which results in the output of an > invalid ELF. > >      SHT_PROGBITS was the default output section type in the past. > >      Differential Revision: https://reviews.llvm.org/D60131 > >      llvm-svn: 358981 > > > commit 5929553868ddfd3f53672253782260c2a0a52c79 > Author: Fangrui Song <maskray at google.com <mailto:maskray at google.com>> > Date:   Wed Apr 24 14:44:07 2019 +0000 > >      [ELF] Delete a redundant SHT_NOB...