[llvm-bugs] [Bug 28579] New: Directory for output file is assumed to exist.
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Jul 15 17:03:08 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=28579
Bug ID: 28579
Summary: Directory for output file is assumed to exist.
Product: lld
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: ELF
Assignee: unassignedbugs at nondot.org
Reporter: chisophugis at gmail.com
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
For example, with `ld.lld -o foo/bar ....` we assume that `foo/` exists and
there is a "no such file or directory" error otherwise.
This is an issue for --reproduce because in the original build, `foo/` may have
existed but inside the extracted cpio archive may not.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160716/53ff8520/attachment.html>
More information about the llvm-bugs
mailing list