[PATCH] D39254: On FreeBSD, add -pthread to the flags for dynamic ASan tests

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 24 13:49:37 PDT 2017


eugenis added a comment.

What changes when the binary starts depending on libthr? Before that, we had
binary -> asan -> libthr
Now we have
binary -> asan -> libthr

  -> libthr

This should affect neither symbol lookup order nor constructor order.


https://reviews.llvm.org/D39254





More information about the llvm-commits mailing list