[PATCH] D49860: [dsymutil] Simplify temporary file handling.

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 30 16:10:10 PDT 2018


zturner added subscribers: JDevlieghere, zturner.
zturner added a comment.

That sounds to me like a bug in LLVM support libraries.  `TempFile` should
be able to work across drives.  It's also a Windows specific bug, so
perhaps the best thing to do is to fix this bug in LLVM.


Repository:
  rL LLVM

https://reviews.llvm.org/D49860





More information about the llvm-commits mailing list