[PATCH] D71629: [SystemZ] Recognize mrecord-mcount in backend
Ulrich Weigand via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 17 14:26:57 PST 2019
uweigand added a comment.
> 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).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71629/new/
https://reviews.llvm.org/D71629
More information about the llvm-commits
mailing list