Fix a regression in r332111. The LLDB.framework path component is not
authorAdrian Prantl <aprantl@apple.com>
Fri, 11 May 2018 19:00:58 +0000 (19:00 +0000)
committerAdrian Prantl <aprantl@apple.com>
Fri, 11 May 2018 19:00:58 +0000 (19:00 +0000)
commit5103e48bada61dd0f55b4f8437696db4a709e328
treef822b8bf8b48d6cb69596b2f6e76d72153354507
parent99d5c072f07e2f36ca40764803cd8cc66da319a1
Fix a regression in r332111. The LLDB.framework path component is not
usually the last component.

llvm-svn: 332120
lldb/source/Host/macosx/HostInfoMacOSX.mm
lldb/unittests/Host/HostInfoTest.cpp