This is an archive of the discontinued LLVM Phabricator instance.

[lit] Add pthread to the compilation of the tests on Linux
ClosedPublic

Authored by stella.stamenova on Nov 21 2018, 12:09 PM.

Details

Summary

Right now only some platforms add pthread to the compilation, however, at least one of the tests requires the pthread library on Linux as well. Since the library is available, this change adds it by default on Linux.

Diff Detail

Repository
rL LLVM

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Nov 21 2018, 12:18 PM
This revision was automatically updated to reflect the committed changes.