Fix the code that gets the Xcode path. After path normalization this could was failing.
authorGreg Clayton <gclayton@apple.com>
Thu, 10 May 2018 22:09:01 +0000 (22:09 +0000)
committerGreg Clayton <gclayton@apple.com>
Thu, 10 May 2018 22:09:01 +0000 (22:09 +0000)
commit19e9884609b444b0fcad474a433ee5d7987627d3
tree89fde5bd70be8d6f286cdb8193aecb9f7db84120
parent1ee19ae126291314d047c0032a04549f222dbc96
Fix the code that gets the Xcode path. After path normalization this could was failing.

This meant if the "debugserver" binary was removed from the LLDB.framework, lldb wouldn't be able to find debugserver.

llvm-svn: 332050
lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp