================ @@ -599,9 +599,10 @@ Expected<StringRef> writeOffloadFile(const OffloadFile &File) { StringRef Prefix = sys::path::stem(Binary.getMemoryBufferRef().getBufferIdentifier()); - - auto TempFileOrErr = createOutputFile( - Prefix + "-" + Binary.getTriple() + "-" + Binary.getArch(), "o"); + std::string Filename = ---------------- jhuber6 wrote:
I looked in the Windows `Path.inc` and only saw something for directory iterator. But I could be wrong. https://github.com/llvm/llvm-project/pull/130285 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits