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

Peter Smith <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED
 Fixed By Commit(s)|                            |368379

--- Comment #14 from Peter Smith <[email protected]> ---
I've tracked down the commit that fixed the problem. It is r368379 [ELF] Expand
regions for gaps due to explicit address

https://reviews.llvm.org/D65722

I think that this looks like it is an intentional fix for this problem, and not
just a side-effect.

Taking a hint from the patch notes, I can get a successful link by taking out
the ALIGN in the output section descriptors. For example .text ALIGN(16) :
ALIGN(16) goes to .text : 

I'll resolve this issue for LLD 10.0

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to