Remove a warning in DynamicLoaderDarwin::UpdateImageLoadAddress
authorJason Molenda <jmolenda@apple.com>
Fri, 25 Jan 2019 03:01:48 +0000 (03:01 +0000)
committerJason Molenda <jmolenda@apple.com>
Fri, 25 Jan 2019 03:01:48 +0000 (03:01 +0000)
commit9073eb4f25e1cb6ec9cbe923daa75f010f6115f7
tree8f4a8b55f3d6493a3650491aad7dc5695dc9e351
parent1b1e685f1096c95441edbfff9c4714321f84d9a7
Remove a warning in DynamicLoaderDarwin::UpdateImageLoadAddress
when the binary loaded in memory has a section that we cannot find
in the on-disk version.  I added this warning out of an overabundance
of caution originally, but I've never seen an instance of it being
hit in the past few years, and there are some changes for the shared
cache on darwin systems where a segment is added when the shared
cache is constructed so we're now hitting this warning.  I've decided
to remove it altogether.

<rdar://problem/46889346>

llvm-svn: 352158
lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp