[PATCH] D68376: [lldb] Fix that 'ninja clean' breaks the build by deleting debugserver_vers.c
Raphael Isemann via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 4 02:51:59 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL373723: [lldb] Fix that 'ninja clean' breaks the build by deleting debugserver_vers.c (authored by teemperor, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.org/D68376?vs=222972&id=223178#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68376/new/
https://reviews.llvm.org/D68376
Files:
lldb/trunk/tools/debugserver/source/CMakeLists.txt
Index: lldb/trunk/tools/debugserver/source/CMakeLists.txt
===================================================================
--- lldb/trunk/tools/debugserver/source/CMakeLists.txt
+++ lldb/trunk/tools/debugserver/source/CMakeLists.txt
@@ -136,7 +136,6 @@
)
set(DEBUGSERVER_VERS_GENERATED_FILE ${CMAKE_CURRENT_BINARY_DIR}/debugserver_vers.c)
-set_source_files_properties(${DEBUGSERVER_VERS_GENERATED_FILE} PROPERTIES GENERATED 1)
configure_file(debugserver_vers.c.in
${DEBUGSERVER_VERS_GENERATED_FILE} @ONLY)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68376.223178.patch
Type: text/x-patch
Size: 534 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191004/9fb1eabe/attachment-0001.bin>
More information about the llvm-commits
mailing list