r199579 - [CMake] check-clang requires clang-tblgen. It is not required by anyone when external CLANG_TABLEGEN is specified.
NAKAMURA Takumi
geek4civic at gmail.com
Sun Jan 19 00:54:48 PST 2014
Author: chapuni
Date: Sun Jan 19 02:54:48 2014
New Revision: 199579
URL: http://llvm.org/viewvc/llvm-project?rev=199579&view=rev
Log:
[CMake] check-clang requires clang-tblgen. It is not required by anyone when external CLANG_TABLEGEN is specified.
Modified:
cfe/trunk/test/CMakeLists.txt
Modified: cfe/trunk/test/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CMakeLists.txt?rev=199579&r1=199578&r2=199579&view=diff
==============================================================================
--- cfe/trunk/test/CMakeLists.txt (original)
+++ cfe/trunk/test/CMakeLists.txt Sun Jan 19 02:54:48 2014
@@ -30,6 +30,7 @@ list(APPEND CLANG_TEST_DEPS
clang clang-headers
c-index-test diagtool arcmt-test c-arcmt-test
clang-check clang-format
+ clang-tblgen
PrintFunctionNames
SampleAnalyzerPlugin
)
More information about the cfe-commits
mailing list