[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:15:59 PDT 2017


eugenis added a comment.

Does asan runtime library have libthr.so in DT_NEEDED? Would adding that help?

If FreeBSD requires that everything built with ASan uses -pthread, then perhaps it is best done in the driver.


https://reviews.llvm.org/D39254





More information about the llvm-commits mailing list