[Lldb-commits] [PATCH] D49038: [CMake] Give lldb tools functional install targets when building LLDB.framework

Alex Langford via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jul 6 11:28:30 PDT 2018


xiaobai added a comment.

I tested this by invoking cmake with `-DLLDB_BUILD_FRAMEWORK=1` and `-DCMAKE_INSTALL_PREFIX=""`, followed by `DESTDIR=/tmp ninja install-lldb-argdumper`. It installed lldb-argdumper to /tmp/Library/Frameworks/LLDB.framework/Versions/A/Resources/lldb-argdumper


https://reviews.llvm.org/D49038





More information about the lldb-commits mailing list