https://bugs.llvm.org/show_bug.cgi?id=45282
Reid Kleckner <r...@google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |r...@google.com
Resolution|--- |WONTFIX
Status|NEW |RESOLVED
--- Comment #1 from Reid Kleckner <r...@google.com> ---
I had heard of alternate data streams from Mac, but I hadn't realized they were
a feature of NTFS too until this issue.
Fundamentally LLD is trying to:
- write output to a temp file
- rename over the intended output file on success
The call to TempFile::keep defined here returns an error:
https://github.com/llvm/llvm-project/blob/d8981ce5b9f8caa567613b2bf5aa3095e0156130/llvm/lib/Support/Path.cpp#L1183
I think fixing it would be quite involved, and probably depends on changing our
entire output file writing scheme. I don't think it's feasible.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs