[llvm] [llvm-symbolizer] Recognize AIX big archive (PR #150401)

via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 29 05:34:50 PDT 2025


================
@@ -701,7 +793,7 @@ LLVMSymbolizer::getOrCreateModuleInfo(StringRef ModuleName) {
         if (auto Err = loadDataForEXE(ReaderType, Objects.first->getFileName(),
                                       Session)) {
           Modules.emplace(ModuleName, std::unique_ptr<SymbolizableModule>());
-          // Return along the PDB filename to provide more context
+          // Return along the PDB filename to provide more context.
----------------
midhuncodes7 wrote:

reverted

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


More information about the llvm-commits mailing list