[PATCH] D30229: [MC] Mark sections whose names starts with .text as AX

Roland McGrath via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 21 15:11:20 PST 2017


mcgrathr added a comment.

Isn't PROGBITS the default type anyway?

The GNU behavior is not startswith(".text"); it's == ".text" || startswith(".text.").  Exactly analogous to the .bss cases I reported earlier.


Repository:
  rL LLVM

https://reviews.llvm.org/D30229





More information about the llvm-commits mailing list