This is an archive of the discontinued LLVM Phabricator instance.

Driver: Do not warn about unused -pthread when linking on darwin
AbandonedPublic

Authored by MatzeB on Feb 2 2017, 4:13 PM.

Details

Summary

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.

Diff Detail

Repository
rL LLVM

Event Timeline

MatzeB created this revision.Feb 2 2017, 4:13 PM

Add cfe-commits.

MatzeB abandoned this revision.Feb 2 2017, 4:57 PM

Abandoning in favor of https://reviews.llvm.org/D29479 because phabricator...