While there is nothing to do at link time to get pthreads support on
darwin, specifying -pthread is fine and should not produce a warning
about unused arguments.
Details
Details
- Reviewers
aprantl dexonsmith MatzeB
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Address review comments:
- Simplify test
- Only perform the ClaimAll() if we actually link libc, so we get the warning back when combining -nostdlib/-nodefaultlibs with -pthread