[llvm] [BOLT][DWARF] Updated DW_AT_comp_dir/DW_AT_dwo_name for DWO TUs. (PR #91486)
Davide Italiano via llvm-commits
llvm-commits at lists.llvm.org
Wed May 8 15:35:28 PDT 2024
================
@@ -129,6 +129,9 @@ class DIEBuilder {
uint64_t UnitSize{0};
llvm::DenseSet<uint64_t> AllProcessed;
DWARF5AcceleratorTable &DebugNamesTable;
+ // Unordered maps to handle name collision if output DWO directory is
----------------
dcci wrote:
`maps` -> `map`. Also maybe you can just remove the mention of map as it's implicit in the type.
https://github.com/llvm/llvm-project/pull/91486
More information about the llvm-commits
mailing list