[PATCH] D73309: [lsan] Factor pthread-specific assumptions out of thread tracking code
Yvan Roux via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 29 07:04:55 PST 2020
Hi Roland and Petr,
One of the patches in this series broke armv7 full bot, we got some
issue on the bot and didn't have time to bisect and reproduce the
issue, but here are the last logs:
http://lab.llvm.org:8011/builders/clang-cmake-armv7-full/builds/8982/steps/ninja%20check%202/logs/FAIL%3A%20LeakSanitizer-AddressSanitizer-armhf%3A%3Astale_stack_leak.cpp
Thanks,
Yvan
On Sat, 25 Jan 2020 at 02:03, Petr Hosek via Phabricator via
llvm-commits <llvm-commits at lists.llvm.org> wrote:
>
> This revision was automatically updated to reflect the committed changes.
> Closed by commit rG38fd1806a169: [lsan] Factor pthread-specific assumptions out of thread tracking code (authored by mcgrathr, committed by phosek).
>
> Repository:
> rG LLVM Github Monorepo
>
> CHANGES SINCE LAST ACTION
> https://reviews.llvm.org/D73309/new/
>
> https://reviews.llvm.org/D73309
>
> Files:
> compiler-rt/lib/lsan/CMakeLists.txt
> compiler-rt/lib/lsan/lsan.cpp
> compiler-rt/lib/lsan/lsan.h
> compiler-rt/lib/lsan/lsan_interceptors.cpp
> compiler-rt/lib/lsan/lsan_posix.cpp
> compiler-rt/lib/lsan/lsan_posix.h
> compiler-rt/lib/lsan/lsan_thread.cpp
> compiler-rt/lib/lsan/lsan_thread.h
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
More information about the llvm-commits
mailing list