[Lldb-commits] [PATCH] D95711: [lldb/Interpreter] Add ScriptInterpreter Wrapper for ScriptedProcess

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Feb 15 03:14:40 PST 2021


labath added inline comments.


================
Comment at: lldb/unittests/ScriptInterpreter/Python/CMakeLists.txt:6
   LINK_LIBS
+    liblldb
     lldbHost
----------------
This is a bad idea -- it makes the binary get two copies of everything.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D95711



More information about the lldb-commits mailing list