[llvm] [BOLT][DWARF] Add support for cross-cu references for debug-names (PR #86015)

Alexander Yermolovich via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 20 16:06:54 PDT 2024


================
@@ -146,6 +146,55 @@ static bool shouldIncludeVariable(const DWARFUnit &Unit, const DIE &Die) {
   return false;
 }
 
+bool static canProcess(const DWARFUnit &Unit, const DIE &Die,
----------------
ayermolo wrote:

I don't think that is necessary.  This is a small PR, and small refactor makes sense in context of this PR.

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


More information about the llvm-commits mailing list