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

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 21 15:39:11 PST 2017


phosek added a comment.

In https://reviews.llvm.org/D30229#682913, @mcgrathr wrote:

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


Got it! I'll expand the implementation to match the GAS behavior for other sections and expand the test.


Repository:
  rL LLVM

https://reviews.llvm.org/D30229





More information about the llvm-commits mailing list