[compiler-rt] Avoid double-prefixing aliases with __USER_LABEL_PREFIX__
authorSergei Barannikov <barannikov88@gmail.com>
Sun, 2 Apr 2023 15:33:27 +0000 (18:33 +0300)
committerSergei Barannikov <barannikov88@gmail.com>
Sun, 2 Apr 2023 15:34:35 +0000 (18:34 +0300)
commit5e09b172d9ea88ca76024c6adc631abd94304ab7
tree26e4760cfedde5ea21029b460aae835397afcbef
parentfc5ae0a7a45bdb5251f3dad3fc07047f987ca447
[compiler-rt] Avoid double-prefixing aliases with __USER_LABEL_PREFIX__

The prefix is added by DECLARE_SYMBOL_VISIBILITY. Calling SYMBOL_NAME
resulted in adding the prefix twice.

Reviewed By: dim

Differential Revision: https://reviews.llvm.org/D147077
compiler-rt/lib/builtins/assembly.h