[Lldb-commits] [PATCH] D56741: [CMake] Explicitly list User32 as dependency of lldb-mi

Alex Langford via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jan 15 15:06:02 PST 2019


xiaobai added a comment.

@zturner: `undefined symbol: __imp_MessageBoxA`. Looks like MessageBoxA is used in the file `tools/lldb-mi/MIUtilDebug.cpp`, specifically in the function `CMIUtilDebug::ShowDlgWaitForDbgAttach`.

In D56741#1358733 <https://reviews.llvm.org/D56741#1358733>, @compnerd wrote:

> I personally prefer the use of `target_link_libraries` rather than the custom stuff added in the `add_lldb_tool`.


Sure, but the mechanism is already in place to handle this kind of thing.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56741/new/

https://reviews.llvm.org/D56741





More information about the lldb-commits mailing list