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

Shankar Easwaran via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 8 09:28:07 PST 2017


shankare added a comment.

Though, The testcase that you have mentioned is a genuine test and GCC supports it!.

We can support that only if we can set the state of the section, that the section is going to contain instructions. This unfortunately doesnot exist in the infrastructure and GCC supports it!!.

Please let me know if you find a way of setting an initial state of the section prior to emitting an instruction. This could be the only thing that can fix the issue that you raised IMO.


https://reviews.llvm.org/D30724





More information about the llvm-commits mailing list