[llvm-commits] [Patch Proposal] Cygwin's dlsym(3) could not find preloaded symbols

Chris Lattner clattner at apple.com
Tue Aug 17 08:43:18 PDT 2010


Applied in r111231, thanks!

On Aug 16, 2010, at 8:44 PM, NAKAMURA Takumi wrote:

> Good afternoon,
> 
> Cygwin's dlsym(3) searches symbols only in the main module
> when the handle dlopen(NULL, RTLD_GLOBAL) is given.
> 
> It causes failure of ENABLE_SHARED=1
> unittests/ExecutionEngine/JIT/MultiJITTest.cpp.
> 
> Feel free to rewrite my comment in this patch.
> 
> 
> ...Takumi
> <r101376-cygwin-dlsym.diff.txt>_______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits





More information about the llvm-commits mailing list