[all-commits] [llvm/llvm-project] 860820: [ObjectYAML] Make BBAddrMap encoder diagnostics fo...
Haohai Wen via All-commits
all-commits at lists.llvm.org
Mon Jun 15 00:16:23 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 860820992e2818cf3ad53eebaca1f479b6ab9237
https://github.com/llvm/llvm-project/commit/860820992e2818cf3ad53eebaca1f479b6ab9237
Author: Haohai Wen <haohai.wen at intel.com>
Date: 2026-06-15 (Mon, 15 Jun 2026)
Changed paths:
M llvm/lib/ObjectYAML/ELFEmitter.cpp
M llvm/test/tools/yaml2obj/ELF/bb-addr-map.yaml
Log Message:
-----------
[ObjectYAML] Make BBAddrMap encoder diagnostics format-neutral (#202524)
In preparation for sharing the yaml2obj BBAddrMap encoder with COFF.
1. Drop the now-dead `Section.Type == SHT_LLVM_BB_ADDR_MAP` guards (#146186).
2. Reword the two warnings that will move into the shared helper.
3. Fix a "PBOBBEntries" -> "PGOBBEntries" typo.
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