The symbolizer was checking for .debug as a subdirectory of the
binary file itself, not of the directory containing the binary. This led to
a failure to find split debug info when it was contained in a .debug directory.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
lgtm
lib/DebugInfo/Symbolize/Symbolize.cpp | ||
---|---|---|
180 ↗ | (On Diff #136771) | I see, it's supposed to match this. |