Skip to content

Commit 9668890

Browse files
committed
[CMake] Add a comment to tablegen's copy_if_different. Ninja reports every action by default.
llvm-svn: 199058
1 parent 4961f7a commit 9668890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/cmake/modules/TableGen.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ macro(tablegen project ofn)
3333
${CMAKE_CURRENT_BINARY_DIR}/${ofn}.tmp
3434
${CMAKE_CURRENT_BINARY_DIR}/${ofn}
3535
DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/${ofn}.tmp
36-
COMMENT ""
36+
COMMENT "Updating ${ofn}..."
3737
)
3838

3939
# `make clean' must remove all those generated files:

0 commit comments

Comments
 (0)