[Lldb-commits] [lldb] [lldb-dap] Make lldbDAP an OBJECT library (NFC) (PR #196108)
Sergei Barannikov via lldb-commits
lldb-commits at lists.llvm.org
Wed May 6 18:07:15 PDT 2026
s-barannikov wrote:
Probably due to this:
https://github.com/llvm/llvm-project/blob/47eb8b43c99034119ca93f16179dc6003c68a20b/llvm/cmake/modules/AddLLVM.cmake#L622-L623
It looks like the `OBJECT` library is built *in addition* to `STATIC` or `SHARED` library and the function comments suggests the same. Not sure why would we do this...
https://github.com/llvm/llvm-project/pull/196108
More information about the lldb-commits
mailing list