================
@@ -255,16 +255,21 @@ static void stubifyDirectory(const StringRef InputPath, 
Context &Ctx) {
     if (EC)
       reportError(IT->path() + ": " + EC.message());
 
-    // Skip header directories (include/Headers/PrivateHeaders) and module
----------------
cyndyishida wrote:

My suspicion of why the windows bot failed on the `stubify-delete` test is 
because the conditional includes the path style, which likely differs for a 
non-unix system. I changed it to omit "/"

https://github.com/llvm/llvm-project/pull/115048
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to