mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-27 06:54:30 +00:00
Be a little more explanatory in a comment.
llvm-svn: 25168
This commit is contained in:
parent
7ed9b8b287
commit
e7b44b171a
@ -134,7 +134,7 @@ static inline sys::Path IsLibrary(const std::string& Name,
|
||||
if (FullPath.isArchive())
|
||||
return FullPath;
|
||||
|
||||
// Try the libX.so form
|
||||
// Try the libX.so (or .dylib) form
|
||||
FullPath.eraseSuffix();
|
||||
FullPath.appendSuffix(&(LTDL_SHLIB_EXT[1]));
|
||||
if (FullPath.isDynamicLibrary()) // Native shared library?
|
||||
|
Loading…
x
Reference in New Issue
Block a user