This revision was automatically updated to reflect the committed changes.
Closed by commit rL253554: clangFrontend: [PR25565] Quick fix for dependencies 
on Attributes.inc. (authored by chapuni).

Changed prior to commit:
  http://reviews.llvm.org/D14760?vs=40439&id=40623#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D14760

Files:
  cfe/trunk/lib/Frontend/CMakeLists.txt

Index: cfe/trunk/lib/Frontend/CMakeLists.txt
===================================================================
--- cfe/trunk/lib/Frontend/CMakeLists.txt
+++ cfe/trunk/lib/Frontend/CMakeLists.txt
@@ -43,6 +43,7 @@
 
   DEPENDS
   ClangDriverOptions
+  intrinsics_gen
 
   LINK_LIBS
   clangAST


Index: cfe/trunk/lib/Frontend/CMakeLists.txt
===================================================================
--- cfe/trunk/lib/Frontend/CMakeLists.txt
+++ cfe/trunk/lib/Frontend/CMakeLists.txt
@@ -43,6 +43,7 @@
 
   DEPENDS
   ClangDriverOptions
+  intrinsics_gen
 
   LINK_LIBS
   clangAST
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to