One small tweak to LocateExecutableScriptingResources - I
authorJason Molenda <jmolenda@apple.com>
Tue, 23 Apr 2019 01:13:27 +0000 (01:13 +0000)
committerJason Molenda <jmolenda@apple.com>
Tue, 23 Apr 2019 01:13:27 +0000 (01:13 +0000)
commit759805fd8a6c301b43a89a74700b750d19ba5f9a
tree766d3572a74d8e79bdf82f1ee0eb0eabb54c1aae
parent9270a201b9d1ba735f5364d70318dc8bfea792b1
One small tweak to LocateExecutableScriptingResources - I
was still stat'ing the possibly-dSYM FileSpec before I
(more cheaply) checked the filepath for telltale dSYM
components.
<rdar://problem/50086007>

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