[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:03:29 PST 2017
shankare added a comment.
I see what you are saying.
The reason I put the SHF_EXECINSTR was to make the below test to work.
.section .foobar,"ax",%progbits
.word 32
https://reviews.llvm.org/D30724
More information about the llvm-commits
mailing list