[PATCH] D28609: [lsan] Enable LSan for x86 Linux.

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 23 00:56:36 PST 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL292775: [lsan] Enable LSan for x86 Linux. (authored by chefmax).

Changed prior to commit:
  https://reviews.llvm.org/D28609?vs=84976&id=85329#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D28609

Files:
  compiler-rt/trunk/cmake/config-ix.cmake
  compiler-rt/trunk/lib/lsan/lsan_allocator.cc
  compiler-rt/trunk/lib/lsan/lsan_common.h
  compiler-rt/trunk/lib/lsan/lsan_interceptors.cc
  compiler-rt/trunk/lib/sanitizer_common/sanitizer_flags.inc
  compiler-rt/trunk/lib/sanitizer_common/sanitizer_linux.cc
  compiler-rt/trunk/lib/sanitizer_common/sanitizer_linux.h
  compiler-rt/trunk/lib/sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cc
  compiler-rt/trunk/test/asan/lit.cfg
  compiler-rt/trunk/test/lsan/TestCases/disabler.cc
  compiler-rt/trunk/test/lsan/TestCases/do_leak_check_override.cc
  compiler-rt/trunk/test/lsan/TestCases/high_allocator_contention.cc
  compiler-rt/trunk/test/lsan/TestCases/large_allocation_leak.cc
  compiler-rt/trunk/test/lsan/TestCases/leak_check_at_exit.cc
  compiler-rt/trunk/test/lsan/TestCases/link_turned_off.cc
  compiler-rt/trunk/test/lsan/TestCases/pointer_to_self.cc
  compiler-rt/trunk/test/lsan/TestCases/print_suppressions.cc
  compiler-rt/trunk/test/lsan/TestCases/recoverable_leak_check.cc
  compiler-rt/trunk/test/lsan/TestCases/register_root_region.cc
  compiler-rt/trunk/test/lsan/TestCases/stale_stack_leak.cc
  compiler-rt/trunk/test/lsan/TestCases/suppressions_default.cc
  compiler-rt/trunk/test/lsan/TestCases/suppressions_file.cc
  compiler-rt/trunk/test/lsan/TestCases/use_after_return.cc
  compiler-rt/trunk/test/lsan/TestCases/use_globals_initialized.cc
  compiler-rt/trunk/test/lsan/TestCases/use_globals_uninitialized.cc
  compiler-rt/trunk/test/lsan/TestCases/use_poisoned_asan.cc
  compiler-rt/trunk/test/lsan/TestCases/use_registers.cc
  compiler-rt/trunk/test/lsan/TestCases/use_stacks.cc
  compiler-rt/trunk/test/lsan/TestCases/use_stacks_threaded.cc
  compiler-rt/trunk/test/lsan/TestCases/use_tls_dynamic.cc
  compiler-rt/trunk/test/lsan/TestCases/use_tls_pthread_specific_dynamic.cc
  compiler-rt/trunk/test/lsan/TestCases/use_tls_pthread_specific_static.cc
  compiler-rt/trunk/test/lsan/TestCases/use_tls_static.cc
  compiler-rt/trunk/test/lsan/TestCases/use_unaligned.cc
  compiler-rt/trunk/test/sanitizer_common/TestCases/Posix/sanitizer_set_death_callback_test.cc
  compiler-rt/trunk/test/sanitizer_common/TestCases/corelimit.cc
  compiler-rt/trunk/test/sanitizer_common/lit.common.cfg
  compiler-rt/trunk/test/sanitizer_common/print_address.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28609.85329.patch
Type: text/x-patch
Size: 29222 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170123/e07aff83/attachment.bin>


More information about the llvm-commits mailing list