[PATCH] D39254: On FreeBSD, add -pthread to the flags for dynamic ASan tests
Dimitry Andric via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 24 14:19:33 PDT 2017
dim added a comment.
In https://reviews.llvm.org/D39254#905730, @krytarowski wrote:
> In https://reviews.llvm.org/D39254#905728, @dim wrote:
>
> > Btw for me, `ninja check-asan-dynamic` gives `ninja: error: unknown target 'check-asan-dynamic'`. I guess that must be run from a specific location?
>
>
>
>
> $ pwd
> /public/llvm-build
> $ make help|grep check-asan-dynamic
> ... check-asan-dynamic
>
Strange, I don't use the make generator, but I also can't find the string "check-asan-dynamic" in the full checkout (which contains llvm, clang and compiler-rt). For me, these special targets never seem to work :)
https://reviews.llvm.org/D39254
More information about the llvm-commits
mailing list