Don't assume that Modules have directories. They may be in-memory-only
authorJason Molenda <jmolenda@apple.com>
Sat, 10 Nov 2012 06:52:37 +0000 (06:52 +0000)
committerJason Molenda <jmolenda@apple.com>
Sat, 10 Nov 2012 06:52:37 +0000 (06:52 +0000)
commitb9371a6961486875f698d4dc5bafa7e9e32d4ef8
tree3f4e78b27f594b34f534300bdf25f7b9035ae0f0
parent625a875f052027e770ad360a10096220d63143ae
Don't assume that Modules have directories.  They may be in-memory-only
things like our favorite "cl_kernels" and so module_directory here
can be NULL.

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