[Lldb-commits] [PATCH] D62243: Added a dot at the end of comment
Konrad Wilhelm Kleine via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed May 22 04:03:09 PDT 2019
kwk created this revision.
Herald added subscribers: lldb-commits, mgorny.
Herald added a project: LLDB.
kwk added a reviewer: jankratochvil.
to test SVN commit access with a simple change.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D62243
Files:
lldb/CMakeLists.txt
Index: lldb/CMakeLists.txt
===================================================================
--- lldb/CMakeLists.txt
+++ lldb/CMakeLists.txt
@@ -172,7 +172,7 @@
get_target_property(liblldb_build_dir liblldb LIBRARY_OUTPUT_DIRECTORY)
# Add a Post-Build Event to copy over Python files and create the symlink
- # to liblldb.so for the Python API(hardlink on Windows)
+ # to liblldb.so for the Python API(hardlink on Windows).
add_custom_target(finish_swig ALL
COMMAND
${PYTHON_EXECUTABLE} ${LLDB_SOURCE_DIR}/scripts/finishSwigWrapperClasses.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62243.200696.patch
Type: text/x-patch
Size: 588 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190522/87ce5551/attachment.bin>
More information about the lldb-commits
mailing list