[PATCH] D14760: Resolve build problem on NetBSD

NAKAMURA Takumi via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 19 03:02:27 PST 2015


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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14760.40623.patch
Type: text/x-patch
Size: 295 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20151119/ea7ca9a6/attachment.bin>


More information about the cfe-commits mailing list