[PATCH] D30675: [clangd] Fix not being able to attach a debugger on macOS
Marc-Andre Laperle via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 8 07:37:52 PST 2017
malaperle-ericsson added a comment.
In https://reviews.llvm.org/D30675#695370, @bkramer wrote:
> Generally makes sense. Is there any reason for the #ifdef? Windows has errno and EINTR too.
I have no reasonable expectation that getline will produce a EINTR on Windows. But perhaps there's no harm in doing so? What is you preference?
Repository:
rL LLVM
https://reviews.llvm.org/D30675
More information about the cfe-commits
mailing list