timotheecour marked an inline comment as done.
timotheecour added inline comments.


================
Comment at: source/Plugins/Language/D/DLanguage.cpp:24
+// TODO:MOVE
+struct SharedLib{
+  void* handle;
----------------
johanengelen wrote:
> Did you look into using llvm/Support/DynamicLibrary.h ?
> That would make the code crossplatform (notably: Windows).
thx for tip! done, used llvm::sys::DynamicLibrary


https://reviews.llvm.org/D44321



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to