[llvm] [Support] Handle delete_pending case for Windows fs::status (PR #90655)
Jeremy Day via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 6 10:54:33 PDT 2024
z2oh wrote:
It's looking like my build will succeed with
```
#if !defined(__MINGW32__)
#pragma comment(lib, "ntdll.lib")
#endif
```
added to [`llvm\lib\Support\ErrorHandling.cpp`](https://github.com/llvm/llvm-project/blob/3716a3c1bce4af81db6a95eee30e35b5b923e319/llvm/lib/Support/ErrorHandling.cpp#L244). I'll submit a PR shortly.
https://github.com/llvm/llvm-project/pull/90655
More information about the llvm-commits
mailing list