projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25ca9f9
)
[CMake] Add a comment to tablegen's copy_if_different. Ninja reports every action...
author
NAKAMURA Takumi
<geek4civic@gmail.com>
Sun, 12 Jan 2014 17:42:43 +0000
(17:42 +0000)
committer
NAKAMURA Takumi
<geek4civic@gmail.com>
Sun, 12 Jan 2014 17:42:43 +0000
(17:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199058
91177308
-0d34-0410-b5e6-
96231b3b80d8
cmake/modules/TableGen.cmake
patch
|
blob
|
history
diff --git
a/cmake/modules/TableGen.cmake
b/cmake/modules/TableGen.cmake
index 8c1f18c4e936b716e84a68c0f2f2b6730c3b7236..93f8f8cd0199623c6a06fbb9d4c71e6273c519cd 100644
(file)
--- 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: