commit | 14c3f417815e19f91706fafa779faca457fa35da | [log] [tgz] |
---|---|---|
author | Jim Stichnoth <stichnot@chromium.org> | Wed Aug 27 11:02:50 2014 -0700 |
committer | Jim Stichnoth <stichnot@chromium.org> | Wed Aug 27 11:02:50 2014 -0700 |
tree | 37e4fa303069cd2d06ad4f69639818384370c14a | |
parent | ef8cf0e06a96f83c226d84dafddf87441b454f47 [diff] |
Subzero: Fix the link command for Trusty. With the original link command, -lpthread comes before some other LLVM libraries, and this ends up causing undefined pthreads symbols. The new link command makes sure the -lpthread part comes last. BUG= none R=jvoung@chromium.org Review URL: https://codereview.chromium.org/514723004