mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-18 13:34:04 +00:00
Be a little more explanatory in a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25168 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
49dddb273d
commit
3e5e127f29
@ -134,7 +134,7 @@ static inline sys::Path IsLibrary(const std::string& Name,
|
|||||||
if (FullPath.isArchive())
|
if (FullPath.isArchive())
|
||||||
return FullPath;
|
return FullPath;
|
||||||
|
|
||||||
// Try the libX.so form
|
// Try the libX.so (or .dylib) form
|
||||||
FullPath.eraseSuffix();
|
FullPath.eraseSuffix();
|
||||||
FullPath.appendSuffix(&(LTDL_SHLIB_EXT[1]));
|
FullPath.appendSuffix(&(LTDL_SHLIB_EXT[1]));
|
||||||
if (FullPath.isDynamicLibrary()) // Native shared library?
|
if (FullPath.isDynamicLibrary()) // Native shared library?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user