r253554 - clangFrontend: [PR25565] Quick fix for dependencies on Attributes.inc.
NAKAMURA Takumi via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 19 02:59:49 PST 2015
Author: chapuni
Date: Thu Nov 19 04:59:48 2015
New Revision: 253554
URL: http://llvm.org/viewvc/llvm-project?rev=253554&view=rev
Log:
clangFrontend: [PR25565] Quick fix for dependencies on Attributes.inc.
FIXME: Attributes.inc may be an independent target.
Differential Revision: http://reviews.llvm.org/D14760
Modified:
cfe/trunk/lib/Frontend/CMakeLists.txt
Modified: cfe/trunk/lib/Frontend/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Frontend/CMakeLists.txt?rev=253554&r1=253553&r2=253554&view=diff
==============================================================================
--- cfe/trunk/lib/Frontend/CMakeLists.txt (original)
+++ cfe/trunk/lib/Frontend/CMakeLists.txt Thu Nov 19 04:59:48 2015
@@ -43,6 +43,7 @@ add_clang_library(clangFrontend
DEPENDS
ClangDriverOptions
+ intrinsics_gen
LINK_LIBS
clangAST
More information about the cfe-commits
mailing list