[PATCH] D44321: Support demangling for D symbols via dlopen

Timothee Cour via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 10 14:24:03 PST 2018


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





More information about the llvm-commits mailing list