[Lldb-commits] [PATCH] D141021: [lldb] Remove tools copied into LLDB.framework before install

Alex Langford via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jan 10 10:39:07 PST 2023


bulbazord added inline comments.


================
Comment at: lldb/source/API/CMakeLists.txt:215-216
+
+  add_dependencies(install-liblldb
+    lldb-framework-cleanup)
 endif()
----------------
I think you need to add it as a dependency of `install-liblldb-stripped` as well?


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

https://reviews.llvm.org/D141021



More information about the lldb-commits mailing list