From beb8fbb80917bac61a0de7bce969a29a489229aa Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Thu, 19 Nov 2015 10:59:48 +0000 Subject: [PATCH] clangFrontend: [PR25565] Quick fix for dependencies on Attributes.inc. FIXME: Attributes.inc may be an independent target. Differential Revision: http://reviews.llvm.org/D14760 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@253554 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Frontend/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Frontend/CMakeLists.txt b/lib/Frontend/CMakeLists.txt index af42a905b3..4768120462 100644 --- a/lib/Frontend/CMakeLists.txt +++ b/lib/Frontend/CMakeLists.txt @@ -43,6 +43,7 @@ add_clang_library(clangFrontend DEPENDS ClangDriverOptions + intrinsics_gen LINK_LIBS clangAST -- 2.40.0