Remove insufficient linkedit address check; the problem
authorJason Molenda <jmolenda@apple.com>
Thu, 13 Dec 2012 01:13:00 +0000 (01:13 +0000)
committerJason Molenda <jmolenda@apple.com>
Thu, 13 Dec 2012 01:13:00 +0000 (01:13 +0000)
commit4fa896da117a612d7f9c6da3e15bfe78890b1144
treeb1d742f66b541a7bb5479080b73377c159ea6792
parentbf9b4cd59679fa07b463c585ccf0c898be0481d8
Remove insufficient linkedit address check; the problem
is deeper than that and avoiding the crash in this
one part of code won't solve anything.  I know where
the real problem is now.

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