[Lldb-commits] [PATCH] D55330: [CMake] Revised RPATH handling
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Dec 7 08:59:48 PST 2018
JDevlieghere accepted this revision.
JDevlieghere added a comment.
This revision is now accepted and ready to land.
LGTM with the question answered/addressed. Thanks Stefan, these patches are really great work!
================
Comment at: tools/driver/CMakeLists.txt:27
+if(LLDB_BUILD_FRAMEWORK)
+ lldb_setup_rpaths_framework(lldb)
+endif()
----------------
Would it make sense/work to do the check inside this function?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55330/new/
https://reviews.llvm.org/D55330
More information about the lldb-commits
mailing list