Resolve the executable _before_ we try to get the module specifications.
authorGreg Clayton <gclayton@apple.com>
Tue, 29 Jul 2014 21:27:21 +0000 (21:27 +0000)
committerGreg Clayton <gclayton@apple.com>
Tue, 29 Jul 2014 21:27:21 +0000 (21:27 +0000)
commitc76fa8a3ebf9d20f8dc7ea808add7286c34191a4
treef60e35adeebdc31511b52dfab2dc7ce3c5119a3f
parent00db2f13f8be08eea489a26190e8ac9ffc2d6f4e
Resolve the executable _before_ we try to get the module specifications.

Also fixed the host 32 and 64 bit arch to return "x86_64-apple-macosx" again instead of "x86_64-apple-" (unspecified OS) after recent changes.

<rdar://problem/17845078>

llvm-svn: 214223
lldb/source/Host/common/Host.cpp
lldb/source/Target/TargetList.cpp