Make sure we calculate resolver symbol addresses correctly for ARM. The trie entries...
authorGreg Clayton <gclayton@apple.com>
Thu, 16 Jul 2015 19:50:57 +0000 (19:50 +0000)
committerGreg Clayton <gclayton@apple.com>
Thu, 16 Jul 2015 19:50:57 +0000 (19:50 +0000)
commitb887da1db30b59f1a12cb6fa1400baa9255af92a
treeccc2b6c80ae0d338aaeebbe03eadee20d41bfb51
parent78655fcfdc0ea2f3182f8f766637744f4b2489a3
Make sure we calculate resolver symbol addresses correctly for ARM. The trie entries have bit 0 set for Thumb functions and we need to remove that so we can correctly determine which symbols are resolvers.

<rdar://problem/21396553>

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