[llvm] [llvm-symbolizer] Recognize AIX big archive (PR #150401)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 18 23:46:29 PST 2025
================
@@ -216,15 +224,41 @@ class LLVMSymbolizer {
/// Contains parsed binary for each path, or parsing error.
std::map<std::string, CachedBinary, std::less<>> BinaryForPath;
+ /// Store the archive path for the object file
----------------
midhuncodes7 wrote:
corrected
https://github.com/llvm/llvm-project/pull/150401
More information about the llvm-commits
mailing list