summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2014-01-12 17:42:43 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2014-01-12 17:42:43 +0000
commit02a054cd61fa88bf194f153c0d84ce4a0cc70c13 (patch)
tree83cde5a43d80d17dfdfb2e987b5a73d22ece7a1e /cmake
parent25ca9f9ef10c26181a7c0e8dea2f26554c722efc (diff)
downloadllvm-02a054cd61fa88bf194f153c0d84ce4a0cc70c13.tar.gz
llvm-02a054cd61fa88bf194f153c0d84ce4a0cc70c13.tar.bz2
llvm-02a054cd61fa88bf194f153c0d84ce4a0cc70c13.tar.xz
[CMake] Add a comment to tablegen's copy_if_different. Ninja reports every action by default.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199058 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/TableGen.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/TableGen.cmake b/cmake/modules/TableGen.cmake
index 8c1f18c4e9..93f8f8cd01 100644
--- a/cmake/modules/TableGen.cmake
+++ b/cmake/modules/TableGen.cmake
@@ -33,7 +33,7 @@ macro(tablegen project ofn)
${CMAKE_CURRENT_BINARY_DIR}/${ofn}.tmp
${CMAKE_CURRENT_BINARY_DIR}/${ofn}
DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/${ofn}.tmp
- COMMENT ""
+ COMMENT "Updating ${ofn}..."
)
# `make clean' must remove all those generated files: