[PATCH] D31554: Change section flag character for SHF_LINK_ORDER to "o"
Evgeniy Stepanov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 31 16:13:37 PDT 2017
eugenis created this revision.
GAS uses "m" as a compatibility alias for "M" (SHF_MERGE).
"o" is free, except on ia64, where it already means SHF_LINK_ORDER.
Repository:
rL LLVM
https://reviews.llvm.org/D31554
Files:
lib/MC/MCParser/ELFAsmParser.cpp
lib/MC/MCSectionELF.cpp
test/CodeGen/X86/elf-associated.ll
test/MC/ELF/section-metadata-err1.s
test/MC/ELF/section-metadata-err2.s
test/MC/ELF/section-metadata-err3.s
test/MC/ELF/section-metadata-err4.s
test/MC/ELF/section.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31554.93724.patch
Type: text/x-patch
Size: 5056 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170331/727e03ae/attachment.bin>
More information about the llvm-commits
mailing list