[PATCH] D67331: Stop tracking atexit/__cxa_atexit/pthread_atfork allocations in LSan/NetBSD
Ulrich Weigand via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Sep 21 02:05:45 PDT 2019
uweigand added a comment.
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]
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