https://llvm.org/bugs/show_bug.cgi?id=30951
Bug ID: 30951 Summary: --reproduce should replace forward slashes with backward slashes inside response files Product: lld Version: unspecified Hardware: PC OS: All Status: NEW Severity: normal Priority: P Component: ELF Assignee: unassignedb...@nondot.org Reporter: dav...@freebsd.org CC: llvm-bugs@lists.llvm.org Classification: Unclassified When we create cpio archives on Windows with --reproduce, the response file contains path with forward slashes, e.g. `D\Dev\LSSDK\` When we try to replay the link invocation via: ld.lld @response.txt, it fails because UNIX only speaks backward slashes for paths. Windows supports both forward and backward slashes just fine, so we might want to do the substitution while processing. We already do this replacement in the cpio file proper anyway. -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs