[PATCH] D44669: Use local symbols for creating .stack-size
Joerg Sonnenberger via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 27 12:34:37 PDT 2018
joerg added a comment.
Given that some people like to post-process assembler files, using the section symbol directly is a bad idea. Adding the local symbols is fine.
https://reviews.llvm.org/D44669
More information about the llvm-commits
mailing list