search for: findlibrari

Displaying 1 result from an estimated 1 matches for "findlibrari".

Did you mean: findlibrary
2008 Dec 17
0
[LLVMdev] [PATCH] llvm-ld EmitShellScript and -L
Hi, I wanted to load /usr/lib64/libreadline.so into lli (aka "link against it" in llvm-ld). Impossible with llvm-ld, because it uses sys::Path::FindLibrary() which only checks the system lib paths, so it always picked up /usr/lib/libreadline.so. Even copying it into ./mylib, and specifying -L mylib doesn't work - again because sys::Path::FindLibrary() doesn't know about