This is an archive of the discontinued LLVM Phabricator instance.

Missing `-lpthread` causes gcc test failure.
ClosedPublic

Authored by chaoren on Apr 11 2015, 4:25 PM.

Details

Summary

-lpthread was removed for g++ -std=c++11 on Linux due to llvm.org/pr21553,
but the original issue doesn't seem to be reproducible anymore. Even if it were,
it had nothing to do with compiling inferiors.

Diff Detail

Repository
rL LLVM

Event Timeline

chaoren updated this revision to Diff 23650.Apr 11 2015, 4:25 PM
chaoren retitled this revision from to Missing `-lpthread` causes gcc test failure..
chaoren updated this object.
chaoren edited the test plan for this revision. (Show Details)
chaoren added reviewers: sbest, sivachandra, chying.
chaoren added a subscriber: Unknown Object (MLST).
sivachandra accepted this revision.Apr 13 2015, 11:08 AM
sivachandra edited edge metadata.

LGTM if you think this is not going to trouble the builders.

This revision is now accepted and ready to land.Apr 13 2015, 11:08 AM
This revision was automatically updated to reflect the committed changes.