[Lldb-commits] [PATCH] D69931: Add cmake variables to specify a python framework to ship with lldb
Shoaib Meenai via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Nov 11 09:17:43 PST 2019
smeenai added a comment.
Commit message needs to be updated.
================
Comment at: lldb/cmake/modules/LLDBFramework.cmake:124
+
+# Add an rpath pointing to the directory where LLDB.framework is installed.
+set_property(TARGET liblldb APPEND PROPERTY INSTALL_RPATH
----------------
You may wanna add the reason for this to the comment as well.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69931/new/
https://reviews.llvm.org/D69931
More information about the lldb-commits
mailing list