[Lldb-commits] [PATCH] D69931: Add cmake variables to specify a python framework to ship with lldb

António Afonso via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sun Nov 10 22:34:31 PST 2019


aadsm updated this revision to Diff 228634.
aadsm added a comment.

Updating to only add an rpath that points to the directory where LLDB.frameworks gets installed.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69931

Files:
  lldb/cmake/modules/LLDBFramework.cmake


Index: lldb/cmake/modules/LLDBFramework.cmake
===================================================================
--- lldb/cmake/modules/LLDBFramework.cmake
+++ lldb/cmake/modules/LLDBFramework.cmake
@@ -120,3 +120,7 @@
     COMMENT "LLDB.framework: copy clang vendor-specific headers"
   )
 endif()
+
+# Add an rpath pointing to the directory where LLDB.framework is installed.
+set_property(TARGET liblldb APPEND PROPERTY INSTALL_RPATH
+  "@loader_path/../../../")


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69931.228634.patch
Type: text/x-patch
Size: 467 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20191111/7dca6dd9/attachment-0001.bin>


More information about the lldb-commits mailing list