[all-commits] [llvm/llvm-project] a3cf14: [MC, COFF] Remove unneeded BeginSymName
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sun Jun 23 16:50:23 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a3cf14af77116c1395fe85b82200ab818e3fc5bc
https://github.com/llvm/llvm-project/commit/a3cf14af77116c1395fe85b82200ab818e3fc5bc
Author: Fangrui Song <i at maskray.me>
Date: 2024-06-23 (Sun, 23 Jun 2024)
Changed paths:
M llvm/lib/MC/MCObjectFileInfo.cpp
Log Message:
-----------
[MC,COFF] Remove unneeded BeginSymName
When `BeginSymName` is not null, `createTempSymbol` is called but the
created symbol is not attached to a fragment. This is used as a hack to
some DWARF tests to work. In the future, we should repurpose
`BeginSymbol` as the section symbol in ELF.
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