[Lldb-commits] [PATCH] D69931: Add rpath to liblldb so vendors can ship their own python framework (or others)
Shoaib Meenai via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Nov 11 14:38:06 PST 2019
smeenai accepted this revision.
smeenai added a comment.
LGTM
================
Comment at: lldb/cmake/modules/LLDBFramework.cmake:125
+# Add an rpath pointing to the directory where LLDB.framework is installed.
+# This allows frameworks (relying on @rpath) to be installed in the same folder and found at runtime.
+set_property(TARGET liblldb APPEND PROPERTY INSTALL_RPATH
----------------
Nit: 80 columns
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