Warn when we detect a valid dSYM file that is empty. This can happen when a dSYM...
authorGreg Clayton <gclayton@apple.com>
Fri, 18 May 2012 21:47:20 +0000 (21:47 +0000)
committerGreg Clayton <gclayton@apple.com>
Fri, 18 May 2012 21:47:20 +0000 (21:47 +0000)
commit6c59661e4f801649ca41cef36adc63c33206cfbc
tree622a5df3545615efac8f7234c9b21022004bfb0e
parent5158f3de24b63a1372206a69a69135b836d3f5ef
Warn when we detect a valid dSYM file that is empty. This can happen when a dSYM file is created from a binary with no debug info, that has been stripped, or when the .o files are not available when the dSYM is created.

llvm-svn: 157078
lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp