[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:24:29 PST 2017


mcgrathr added a comment.

The point is you are matching ".textfoo" whereas GNU only matches ".text.foo".  And I was talking about ".section .text", not ".text".,


Repository:
  rL LLVM

https://reviews.llvm.org/D30229





More information about the llvm-commits mailing list