[llvm] [LLVM][DWARF] Refactor code for generating DWARF V5 .debug_names acce… (PR #82264)

via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 20 09:16:18 PST 2024


================
@@ -613,6 +613,24 @@ enum AcceleratorTable {
   DW_hash_function_djb = 0u
 };
 
+// Uniquify the string hashes and calculate the bucket count for the
+// DWARF v5 Accelerator Table.
+inline uint32_t
+ComputeDebugNamesUniqueHashes(SmallVector<uint32_t, 0> &hashes) {
----------------
cmtice wrote:

Whoops, you're right!  I've having a bit of trouble with my git push right now :-(  -- git is rejecting the push: "Updates were rejected because the remote contains work that you do not have locally..."  I tried a 'git merge' but that didn't fix the issue.  I hope I don't have to abandon this branch & PR and create a new one. If you know how to fix this, please let me know!  Otherwise, I'll keep you posted.

https://github.com/llvm/llvm-project/pull/82264


More information about the llvm-commits mailing list