search for: init_libclang

Displaying 2 results from an estimated 2 matches for "init_libclang".

2012 Jun 25
0
[LLVMdev] [PATCH] cindex.py using find_library
...ypes functions are registered" [1] that also reworks the library interface. What I envision is that we have a function in clang.py that clang.py does not load libclang.so when it is initialized, but only when the library would be used the first time. This would allow us to add a function, init_libclang(libpath) that could be called by a plugin and that could provide a user defined path. In case no user defined path was provided, we would look in the system standard locations. Any ideas if this may work? Another possible solution is to require some kind of ClangContext for all object instantiat...
2012 Jun 24
2
[LLVMdev] [PATCH] cindex.py using find_library
Hello all, Is there a reason why the library location code in cindex py does not use find_library() to locate libclang, like in the attached patch? Without it there were problems locating a versioned libclang.so.1 file on Debian, for example. Cheers, Mihai -------------- next part -------------- An HTML attachment was scrubbed... URL: