[PATCH] D47001: [Mips] Use addAliasForDirective rather than custom parsing logic for data directives

Alex Bradbury via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 17 06:00:10 PDT 2018


asb added a comment.

Thanks for the explanation. In that case, the wrong marker is going to be produced for any of the target independent data directives that aren't handled specifically by the Mips asm parser (e.g. .4byte, .long etc) so this is definitely something that's worth fixing. That's probably a separate, parent patch to this one.


https://reviews.llvm.org/D47001





More information about the llvm-commits mailing list