[PATCH] D73999: [MC][ELF] Warn changed section type or flags
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 4 15:00:14 PST 2020
MaskRay added a comment.
There is a discussion on https://bugs.llvm.org/show_bug.cgi?id=44775 about whether the following two directives should mean the different sections
> .data
> foo:
> bar:
> .section .text,"axo",%progbits,foo
> .section .text,"axo",%progbits,bar
Perhaps you can chime in.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73999/new/
https://reviews.llvm.org/D73999
More information about the llvm-commits
mailing list