[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 14:35:34 PDT 2017


eugenis added a comment.

Then the problem must be in the linking of asan-rt: libthr should go before libc. We use -nodefaultlibs, so this order is explicitly defined in CMakeLists.txt.


https://reviews.llvm.org/D39254





More information about the llvm-commits mailing list