[all-commits] [llvm/llvm-project] 3579fc: [COFF] Preserve UniqueID used to create MCSectionC...

Haohai Wen via All-commits all-commits at lists.llvm.org
Sun Apr 27 22:40:04 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3579fc003dcb7879c2d500dedb850f9ba0169bef
      https://github.com/llvm/llvm-project/commit/3579fc003dcb7879c2d500dedb850f9ba0169bef
  Author: Haohai Wen <haohai.wen at intel.com>
  Date:   2025-04-28 (Mon, 28 Apr 2025)

  Changed paths:
    M llvm/include/llvm/MC/MCParser/MCAsmParserExtension.h
    M llvm/include/llvm/MC/MCSectionCOFF.h
    M llvm/lib/MC/MCContext.cpp
    M llvm/lib/MC/MCParser/COFFAsmParser.cpp
    M llvm/lib/MC/MCParser/ELFAsmParser.cpp
    M llvm/lib/MC/MCParser/MCAsmParserExtension.cpp
    M llvm/lib/MC/MCSectionCOFF.cpp
    M llvm/test/CodeGen/X86/constructor.ll
    M llvm/test/CodeGen/X86/ctor-priority-coff.ll
    M llvm/test/CodeGen/X86/data-section-prefix.ll
    M llvm/test/CodeGen/X86/dtor-priority-coff.ll
    M llvm/test/CodeGen/X86/global-sections.ll
    M llvm/test/CodeGen/X86/mingw-comdats.ll
    M llvm/test/CodeGen/X86/text-section-prefix.ll
    M llvm/test/MC/COFF/global_ctors_dtors.ll
    A llvm/test/MC/COFF/section-unique.s

  Log Message:
  -----------
  [COFF] Preserve UniqueID used to create MCSectionCOFF (#123869)

This UniqueID can be used later to create associative section.
e.g. A .pseudo_probe associated to the section of the corresponding
function.



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