[PATCH] D71629: [SystemZ] Recognize mrecord-mcount in backend
Jonas Paulsson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 17 20:29:39 PST 2019
jonpa added a comment.
In D71629#1788666 <https://reviews.llvm.org/D71629#1788666>, @uweigand wrote:
> > This is done using just raw text like gcc does it (see gcc at 06477d3). Is this acceptable?
>
> Well, that doesn't really work, since it means the -mrecord-mcount is then simply ignored when using the built-in assembler (i.e. compiling to object code instead of assembler source).
Ah, of course...
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71629/new/
https://reviews.llvm.org/D71629
More information about the llvm-commits
mailing list