https://bugs.llvm.org/show_bug.cgi?id=33551

George Rimar <gri...@accesssoftek.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gri...@accesssoftek.com
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #4 from George Rimar <gri...@accesssoftek.com> ---
LLD 8.0.0 (trunk 348589) does not do this anymore:

Program Headers:
  Type           Offset             VirtAddr           PhysAddr
                 FileSiz            MemSiz              Flags  Align
  LOAD           0x0000000000001000 0x0000000000002000 0x0000000000100000
                 0x0000000000000001 0x0000000000000001  R E    0x1000
  GNU_STACK      0x0000000000000000 0x0000000000000000 0x0000000000000000
                 0x0000000000000000 0x0000000000000000  RW     0x0

We have a code that fixes exactly such cases, so I am closing this:
https://github.com/llvm-mirror/lld/blob/master/ELF/ScriptParser.cpp#L534

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to