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

Alexander Richardson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 6 00:55:43 PDT 2020


arichardson added a comment.

This patch does not appear to make any difference for me when using check-asan on FreeBSD 12.1-RELEASE-p2.
I'm seeing the following two failures for `check-asan` either way:

Failed Tests (2):

  AddressSanitizer-i386-freebsd :: TestCases/Posix/fread_fwrite.cpp
  AddressSanitizer-x86_64-freebsd :: TestCases/Posix/high-address-dereference.c

But if it helps on other versions, LGTM.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D85082/new/

https://reviews.llvm.org/D85082



More information about the llvm-commits mailing list