[all-commits] [llvm/llvm-project] 5e09b1: [compiler-rt] Avoid double-prefixing aliases with ...

Sergei Barannikov via All-commits all-commits at lists.llvm.org
Sun Apr 2 08:35:00 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5e09b172d9ea88ca76024c6adc631abd94304ab7
      https://github.com/llvm/llvm-project/commit/5e09b172d9ea88ca76024c6adc631abd94304ab7
  Author: Sergei Barannikov <barannikov88 at gmail.com>
  Date:   2023-04-02 (Sun, 02 Apr 2023)

  Changed paths:
    M compiler-rt/lib/builtins/assembly.h

  Log Message:
  -----------
  [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




More information about the All-commits mailing list