[PATCH] D67331: Stop tracking atexit/__cxa_atexit/pthread_atfork allocations in LSan/NetBSD

Jinsong Ji via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 22 09:11:38 PDT 2019


jsji added a comment.
Herald added a subscriber: wuzish.

In D67331#1677773 <https://reviews.llvm.org/D67331#1677773>, @uweigand wrote:

> This commit causes test failures (at least) on the SystemZ build bots:
>
>   [7/99] Running lint check for sanitizer sources...
>   FAILED: projects/compiler-rt/lib/CMakeFiles/SanitizerLintCheck 
>   [...]
>   /home/uweigand/sandbox/buildbot/clang-s390x-linux/llvm/projects/compiler-rt/lib/lsan/lsan_interceptors.cpp:378:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
>   /home/uweigand/sandbox/buildbot/clang-s390x-linux/llvm/projects/compiler-rt/lib/asan/asan_interceptors.cpp:610:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
>  
>


Also failed on PowerPC.  Should be fixed  with https://reviews.llvm.org/rL372511.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D67331





More information about the llvm-commits mailing list