[PATCH] D44669: Use local symbols for creating .stack-size

Rafael Avila de Espindola via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 26 13:32:55 PDT 2018


espindola added a comment.

In https://reviews.llvm.org/D44669#1048280, @bd1976llvm wrote:

> LGTM., as long as this doesn't cause the number of symbols to double up?


No, in practice the assembler will convert the relocations to use section symbols instead.


https://reviews.llvm.org/D44669





More information about the llvm-commits mailing list