[llvm] Modify llvm-gsymutil lookups to handle overlapping ranges correctly. (PR #72350)

Alexander Yermolovich via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 15 16:19:22 PST 2023


================
@@ -266,6 +266,18 @@ class GsymReader {
       return std::nullopt;
     if (Iter == End || AddrOffset < *Iter)
       --Iter;
+
+    // GSYM files store the richest information first in the file, so always
----------------
ayermolo wrote:

What do you mean by richest?

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


More information about the llvm-commits mailing list