[Lldb-commits] [PATCH] D141021: [lldb] Add lldb-framework-cleanup target
Med Ismail Bennani via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Jan 9 14:59:52 PST 2023
mib added inline comments.
================
Comment at: lldb/cmake/modules/AddLLDB.cmake:247-249
+ # Create a target to remove the target again before the install phase. We
+ # intentionally use remove_directory because the target can be a directory
+ # and it's harmless for files.
----------------
The comment here is confusing to me. May be you can try to re-phrase it.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141021/new/
https://reviews.llvm.org/D141021
More information about the lldb-commits
mailing list