This change improves the logging for the lldb.module category to note a few interesting cases:
- Local object file found, but specs not matching
- Local object file not found, using a placeholder module
The logging for failing to load compressed dwarf symbols is also improved.
You have to consume the Decompressor.takeError() object to fulfill the llvm::Error contract. Easiest way to do that is to actually print it out.