[PATCH] D30724: Dont emit Mapping symbols for Non allocatable sections.
Tim Northover via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 7 17:24:57 PST 2017
t.p.northover added a comment.
The ARM ELF ABI says that every section which contains data and code must have a mapping symbol, but sections containing only data may omit it. Keying this off the "allocatable" attribute seems wrong.
Repository:
rL LLVM
https://reviews.llvm.org/D30724
More information about the llvm-commits
mailing list