[PATCH] D91505: ELFAsmParser: Remove non-SHF_ALLOC or non-executable sections' line info/address ranges contribution for -g

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 16 20:00:01 PST 2020


MaskRay added a comment.

In D91505#2398603 <https://reviews.llvm.org/D91505#2398603>, @dblaikie wrote:

> Sounds good to me (I guess ALLOC and EXECINSTR can both be enabled separately? Is this consistent with the Binutils change? (or does one subsume the other?))

Thanks for the review!

This is consistent with the GNU as change: only `"ax"` generates an address range.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91505/new/

https://reviews.llvm.org/D91505



More information about the llvm-commits mailing list