[Lldb-commits] [PATCH] D89477: [lldb] Port lldb gdb-server to libOption

Fangrui Song via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 15 14:33:49 PDT 2020


MaskRay added inline comments.


================
Comment at: lldb/tools/lldb-server/CMakeLists.txt:61
     LINK_COMPONENTS
       Support
 )
----------------
Otherwise it fails in a BUILD_SHARED_LIBS=on build because the -Wl,-z,defs linker option requires a module to have fully specified dependencies


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89477



More information about the lldb-commits mailing list