[PATCH] D30724: Dont emit Mapping symbols for Non allocatable sections.

Shankar Easwaran via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 7 17:59:58 PST 2017


shankare added a comment.

When I checked with GCC (Using tests) the behavior seems to be non allocatable sections do not have mapping symbols.

Why would you want mapping symbols for non allocatable sections anyways ? Isnt the mapping symbols meant only for proper disassembly ?

What would be an alternative to key off ? The next option is keying off section names, but this would make it odd.


Repository:
  rL LLVM

https://reviews.llvm.org/D30724





More information about the llvm-commits mailing list