-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Switch from -sUSE_PTHREAD
to the standard -pthread
. NFC
#18917
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉 this is great
(it is -pthread
and not -pthreads
that we recommend, right? I can never remember which of those is the "correct" one)
There is no Or at least I thought it was.. looks like it is for gcc..
But maybe not for clang.. thats annoying,.
|
We already supported this flag, but this change mostly updates all or tests and documentation to refer exclusively to that latter.
I guess we could followup to start accepting |
Honestly I could take or leave supporting |
I did a bunch of history spelunking to try to find out why clang differs from gcc here.. but I didn't find out yet. Got as far back as 2010: llvm/llvm-project@34d77dc |
Found the initial commit that added |
…en-core#18917) We already supported this flag, but this change mostly updates all or tests and documentation to refer exclusively to that latter.
…en-core#18917) We already supported this flag, but this change mostly updates all or tests and documentation to refer exclusively to that latter.
We already supported this flag, but this change mostly updates all or tests and documentation to refer exclusively to that latter.