[all-commits] [llvm/llvm-project] ca6398: [COFF][Mips] Set PrivateGlobalPrefix to .L (#140033)

yingopq via All-commits all-commits at lists.llvm.org
Thu May 15 20:23:05 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ca6398c79e43ea1289bfec8c623a55f47ed3f992
      https://github.com/llvm/llvm-project/commit/ca6398c79e43ea1289bfec8c623a55f47ed3f992
  Author: yingopq <115543042+yingopq at users.noreply.github.com>
  Date:   2025-05-16 (Fri, 16 May 2025)

  Changed paths:
    M llvm/lib/Target/Mips/MCTargetDesc/MipsMCAsmInfo.cpp
    A llvm/test/CodeGen/Mips/private-global-prefix.ll

  Log Message:
  -----------
  [COFF][Mips] Set PrivateGlobalPrefix to .L (#140033)

When calling external functions which start with `L`, would generate
error: assembler label 'LeaveFoo' can not be undefined. This pr would
fix this issue.

Fix #134914.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list