[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:41:23 PST 2018
amccarth added a comment.
call_foo1() is defined in foo.cpp, which is built into a DLL, and thus needs the __declspec(dllimport/dllexport) from the LLDB_TEST_API. foo.h defines the API for the DLL.
call_foo2() is defined in main.cpp, which is built into an executable that depends on foo.dll.
https://reviews.llvm.org/D43600
More information about the lldb-commits
mailing list