Don't try to read the eh_frame section out of a dSYM.
authorJason Molenda <jmolenda@apple.com>
Fri, 22 Mar 2013 00:38:45 +0000 (00:38 +0000)
committerJason Molenda <jmolenda@apple.com>
Fri, 22 Mar 2013 00:38:45 +0000 (00:38 +0000)
commit584ce2f349e2f8f350826c88a21485132bafb8a4
tree81e38552ccf8530e7202c15d0ea02179d8725eaf
parent4f69a0f25df15231d78c9ce5de735d7529c8bde0
Don't try to read the eh_frame section out of a dSYM.
It won't have one and it isn't needed.

llvm-svn: 177688
lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp