[PATCH] D29586: [lsan] Enable LSan for arm Linux

Maxim Ostapenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 15 09:31:11 PST 2017


m.ostapenko updated this revision to Diff 88559.
m.ostapenko added a comment.

Updating. I've enabled slow unwinder for LSan tests on ARM to make them pass regardless of arm/thumb mode and compiler that was used to build LSan runtime.


Repository:
  rL LLVM

https://reviews.llvm.org/D29586

Files:
  cmake/config-ix.cmake
  lib/lsan/lsan_allocator.cc
  lib/lsan/lsan_common.h
  lib/sanitizer_common/sanitizer_linux.cc
  lib/sanitizer_common/sanitizer_linux.h
  lib/sanitizer_common/sanitizer_linux_libcdep.cc
  lib/sanitizer_common/sanitizer_platform.h
  lib/sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cc
  test/lsan/TestCases/cleanup_in_tsd_destructor.c
  test/lsan/TestCases/disabler.c
  test/lsan/TestCases/disabler.cc
  test/lsan/TestCases/disabler_in_tsd_destructor.c
  test/lsan/TestCases/do_leak_check_override.cc
  test/lsan/TestCases/high_allocator_contention.cc
  test/lsan/TestCases/ignore_object.c
  test/lsan/TestCases/large_allocation_leak.cc
  test/lsan/TestCases/leak_check_at_exit.cc
  test/lsan/TestCases/link_turned_off.cc
  test/lsan/TestCases/pointer_to_self.cc
  test/lsan/TestCases/print_suppressions.cc
  test/lsan/TestCases/recoverable_leak_check.cc
  test/lsan/TestCases/register_root_region.cc
  test/lsan/TestCases/stale_stack_leak.cc
  test/lsan/TestCases/suppressions_default.cc
  test/lsan/TestCases/suppressions_file.cc
  test/lsan/TestCases/swapcontext.cc
  test/lsan/TestCases/use_after_return.cc
  test/lsan/TestCases/use_globals_initialized.cc
  test/lsan/TestCases/use_globals_uninitialized.cc
  test/lsan/TestCases/use_poisoned_asan.cc
  test/lsan/TestCases/use_registers.cc
  test/lsan/TestCases/use_stacks.cc
  test/lsan/TestCases/use_stacks_threaded.cc
  test/lsan/TestCases/use_tls_dynamic.cc
  test/lsan/TestCases/use_tls_pthread_specific_dynamic.cc
  test/lsan/TestCases/use_tls_pthread_specific_static.cc
  test/lsan/TestCases/use_tls_static.cc
  test/lsan/TestCases/use_unaligned.cc
  test/lsan/lit.common.cfg
  test/sanitizer_common/print_address.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29586.88559.patch
Type: text/x-patch
Size: 32933 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170215/3660c6e1/attachment.bin>


More information about the llvm-commits mailing list