[Lldb-commits] [PATCH] D117564: [lldb] Remove the requirement for windows clients to specify -DIMPORT_LIBLLDB

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Jan 19 07:23:08 PST 2022


labath added a comment.

Well.. I wouldn't say it was intentional, but building (lib)lldb as a static library is not really supported either.

Like, there's no way to do that from cmake. Some people using other build systems do that nonetheless, but it comes with all kinds of strings (regardless of the operating system).

So what happens now if you define LLDB_IN_LIBLLDB? Does dllexport explode if used in a static library?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117564



More information about the lldb-commits mailing list