[llvm] big archive recognition by the llvm-symbolizer (PR #150401)
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 22 01:14:04 PDT 2025
================
@@ -436,13 +437,13 @@ bool LLVMSymbolizer::findDebugBinary(const std::string &OrigPath,
SmallString<16> OrigDir(OrigPath);
llvm::sys::path::remove_filename(OrigDir);
SmallString<16> DebugPath = OrigDir;
- // Try relative/path/to/original_binary/debuglink_name
+ // Try relative/path/to/original_binary/debuglink_name.
----------------
jh7370 wrote:
There's no need to fix/update comments unrelated to your patch, as it just muddies the git blame output. Same goes throughout. Only fix comments you otherwise need to change or are adjacent to other changes you're making.
https://github.com/llvm/llvm-project/pull/150401
More information about the llvm-commits
mailing list