[PATCH] D53922: [clangd] fix non linux build

Sam McCall via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 2 13:27:15 PDT 2018


Appreciate the input from everyone. This is an experimental feature that
isn't hooked up anywhere yet, linux/glibc-only is fine for now. We can
revisit once this code is actually used.

(BTW musl seems to work fine:
https://git.musl-libc.org/cgit/musl/tree/src/thread/pthread_setschedparam.c)

On Fri, Nov 2, 2018 at 9:09 PM Fangrui Song via Phabricator <
reviews at reviews.llvm.org> wrote:

> MaskRay added a comment.
>
> I don't even know if this actually does any good. In some libc
> implementations `pthread_setschedparam` may be a no-op (e.g. in musl)
>
>
> Repository:
>   rL LLVM
>
> https://reviews.llvm.org/D53922
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181102/c408eb72/attachment.html>


More information about the cfe-commits mailing list