[Lldb-commits] [PATCH] D43600: Fix TestMoveNearest on Windows
Adrian McCarthy via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Feb 22 14:13:39 PST 2018
amccarth added a comment.
In https://reviews.llvm.org/D43600#1016483, @zturner wrote:
> Do we not need `call_foo2` anymore?
call_foo2 is defined in the executable, so attempting to report it as dllexport from the DLL is nonsensical and causes link-time errors.
https://reviews.llvm.org/D43600
More information about the lldb-commits
mailing list