forked from OSchip/llvm-project
parent
94d42533eb
commit
8b66b00ecd
|
@ -31,7 +31,7 @@ void *DynamicLibrary::HandleSet::DLOpen(const char *File, std::string *Err) {
|
||||||
#ifdef __CYGWIN__
|
#ifdef __CYGWIN__
|
||||||
// Cygwin searches symbols only in the main
|
// Cygwin searches symbols only in the main
|
||||||
// with the handle of dlopen(NULL, RTLD_GLOBAL).
|
// with the handle of dlopen(NULL, RTLD_GLOBAL).
|
||||||
if (!Filename)
|
if (!File)
|
||||||
Handle = RTLD_DEFAULT;
|
Handle = RTLD_DEFAULT;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue