r201785 - [CMake] clang_tablegen(AttrSpellings.inc): Prune redundant DEPENDS.
NAKAMURA Takumi
geek4civic at gmail.com
Thu Feb 20 05:41:20 PST 2014
Author: chapuni
Date: Thu Feb 20 07:41:19 2014
New Revision: 201785
URL: http://llvm.org/viewvc/llvm-project?rev=201785&view=rev
Log:
[CMake] clang_tablegen(AttrSpellings.inc): Prune redundant DEPENDS.
Modified:
cfe/trunk/include/clang/Lex/CMakeLists.txt
Modified: cfe/trunk/include/clang/Lex/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Lex/CMakeLists.txt?rev=201785&r1=201784&r2=201785&view=diff
==============================================================================
--- cfe/trunk/include/clang/Lex/CMakeLists.txt (original)
+++ cfe/trunk/include/clang/Lex/CMakeLists.txt Thu Feb 20 07:41:19 2014
@@ -2,4 +2,4 @@ clang_tablegen(AttrSpellings.inc -gen-cl
-I ${CMAKE_CURRENT_SOURCE_DIR}/../../
SOURCE ../Basic/Attr.td
TARGET ClangAttrSpellings
- DEPENDS AttrSpellings.inc)
+ )
More information about the cfe-commits
mailing list