[PATCH] D51027: [LLD][ELD] - Do not reject INFO output section type when used with a start address.
ben via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 21 03:43:47 PDT 2018
bd1976llvm added a comment.
Hi George. Do we actually want this behaviour?
The GNU linker docs states that these output section description type attributes are: " supported for backward compatibility, and are rarely used" which to me reads like deprecated.
We could instead emit an error that these are deprecated and possibly mention which input sections would be affected.
https://reviews.llvm.org/D51027
More information about the llvm-commits
mailing list