[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 19:13:22 PST 2017
shankare added a comment.
Ah ok. Thanks for the info. If the input is 'C', the extent to which a non allocatable section that can contain data and code mixed is really a corner case, unless the author does inline assembly ?
>From your description, It looks like the section that is being written needs to have a state what kind of contents does it contain.
Is there a record of that information that can be queried about a section in the current infrastructure ?
Repository:
rL LLVM
https://reviews.llvm.org/D30724
More information about the llvm-commits
mailing list