[PATCH] D27986: Print numeric section flag for OS/processor specific bits
Prakhar Bahuguna via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 5 03:35:26 PST 2017
prakhar added a comment.
None of the other target-specific flags have textual representations though, and the y symbol for ARM pure code was a proposal that was ultimately rejected. Hence, if these flags are present in the code, their information will be lost in the assembler output as they do not have a textual representation. It is therefore safer to default to a numeric representation that is already understood by both toolchains if these flags are present.
Repository:
rL LLVM
https://reviews.llvm.org/D27986
More information about the llvm-commits
mailing list