[PATCH] D22666: Frontend: Fix mcount inlining bug
Saleem Abdulrasool via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 5 07:44:19 PDT 2016
compnerd added a comment.
The `\01` is to prevent the mangler from touching the function name. If you noticed the check tags in the quoted test, some targets expect it to be decorated and others do not. What exactly do you mean that `lit` has a strings matching with `\01`? Its not a string `\01`, its the octal character 1.
https://reviews.llvm.org/D22666
More information about the cfe-commits
mailing list