kousikk added inline comments.
================ Comment at: clang/tools/clang-scan-deps/ClangScanDeps.cpp:75-79 + llvm::Optional<StringRef> Redirects[] = { + {""}, // Stdin + StringRef(OutputFile), + StringRef(ErrorFile), + }; ---------------- Bigcheese wrote: > It would be nice if this didn't need to be a real file, but it looks like > `llvm::sys::Execute` can only handle file paths. Yup - I'm going to leave it as such for now. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D69122/new/ https://reviews.llvm.org/D69122 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits