(I'm not sure an issue is the right way to deal with this but I didn't see any contact or discussion forum here or at www.clangsharp.org.)
I see at LLVMSharp that you have a nice script to generate libclang.dll and libLLVM.dll by first putting related libs into a library, running dumpbin to get the defined symbols, filtering for only the symbols you're interested in, placing them into a DEF file, and then linking the library to produce a dll.
Before I go down that path, can you tell me: If I chose to filter differently could I expose from a libclang.dll and/or libllvm.dll, that I create from a built clang/llvm, other valid entry points, such as the C++ interface to libTooling, or libASTMatchers?
Thanks! -- David
(P.S., I do have your email address due to your answer to a previous issue but I wasn't sure I was invited to use it for questions.)
(I'm not sure an issue is the right way to deal with this but I didn't see any contact or discussion forum here or at www.clangsharp.org.)
I see at LLVMSharp that you have a nice script to generate libclang.dll and libLLVM.dll by first putting related libs into a library, running dumpbin to get the defined symbols, filtering for only the symbols you're interested in, placing them into a DEF file, and then linking the library to produce a dll.
Before I go down that path, can you tell me: If I chose to filter differently could I expose from a libclang.dll and/or libllvm.dll, that I create from a built clang/llvm, other valid entry points, such as the C++ interface to libTooling, or libASTMatchers?
Thanks! -- David
(P.S., I do have your email address due to your answer to a previous issue but I wasn't sure I was invited to use it for questions.)