pcc added a comment.

> should include the default blacklist (and any explicit blacklists, if they 
> were specified)?


Yes, exactly.


================
Comment at: lib/Frontend/DependencyFile.cpp:416-420
@@ -413,2 +415,7 @@
 
+  // Add extra dependencies to the end of the list.
+  for (auto ExtraDep : ExtraDeps) {
+    AddFilename(ExtraDep);
+  }
+
   // Write out the dependency targets, trying to avoid overly long
----------------
These files are for machine consumption. If make and ninja accept this output, 
I don't think this should be a problem.


http://reviews.llvm.org/D11968



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to