[Lldb-commits] [PATCH] D69589: [lldb] Refactor all POST_BUILD commands into targets
Tatyana Krasnukha via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Dec 5 04:29:49 PST 2019
tatyana-krasnukha added inline comments.
================
Comment at: lldb/CMakeLists.txt:114
+ COMMAND ${CMAKE_COMMAND} -E make_directory ${ARG_DEST_DIR})
+ foreach(src_file ${ARG_FILES})
+ if(ARG_DEST_FILE_NAME)
----------------
This is quite off-topic, but it would be great if this function could handle whole directories as well as separate files. So adding a script will not require to change this file.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69589/new/
https://reviews.llvm.org/D69589
More information about the lldb-commits
mailing list