diff options
| author | Alexey Samsonov <samsonov@google.com> | 2014-02-14 12:26:05 +0000 |
|---|---|---|
| committer | Alexey Samsonov <samsonov@google.com> | 2014-02-14 12:26:05 +0000 |
| commit | 7eeef85bd40e765d15313c1809cbad4b31dcff4f (patch) | |
| tree | 779db41ac5c85870bb21a662816a8918e1959fff | |
| parent | a63632a5c6acd6e8865cb0ffc060be1321db7298 (diff) | |
| download | bcm5719-llvm-7eeef85bd40e765d15313c1809cbad4b31dcff4f.tar.gz bcm5719-llvm-7eeef85bd40e765d15313c1809cbad4b31dcff4f.zip | |
Move LSan test suite under test/
llvm-svn: 201408
| -rw-r--r-- | compiler-rt/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | compiler-rt/lib/lsan/CMakeLists.txt | 10 | ||||
| -rw-r--r-- | compiler-rt/test/CMakeLists.txt | 3 | ||||
| -rw-r--r-- | compiler-rt/test/lsan/AsanConfig/lit.cfg (renamed from compiler-rt/lib/lsan/lit_tests/AsanConfig/lit.cfg) | 0 | ||||
| -rw-r--r-- | compiler-rt/test/lsan/AsanConfig/lit.site.cfg.in (renamed from compiler-rt/lib/lsan/lit_tests/AsanConfig/lit.site.cfg.in) | 0 | ||||
| -rw-r--r-- | compiler-rt/test/lsan/CMakeLists.txt (renamed from compiler-rt/lib/lsan/lit_tests/CMakeLists.txt) | 9 | ||||
| -rw-r--r-- | compiler-rt/test/lsan/LsanConfig/lit.cfg (renamed from compiler-rt/lib/lsan/lit_tests/LsanConfig/lit.cfg) | 0 | ||||
| -rw-r--r-- | compiler-rt/test/lsan/LsanConfig/lit.site.cfg.in (renamed from compiler-rt/lib/lsan/lit_tests/LsanConfig/lit.site.cfg.in) | 0 | ||||
| -rw-r--r-- | compiler-rt/test/lsan/TestCases/cleanup_in_tsd_destructor.cc (renamed from compiler-rt/lib/lsan/lit_tests/TestCases/cleanup_in_tsd_destructor.cc) | 0 | ||||
| -rw-r--r-- | compiler-rt/test/lsan/TestCases/disabler.cc (renamed from compiler-rt/lib/lsan/lit_tests/TestCases/disabler.cc) | 0 | ||||
| -rw-r--r-- | compiler-rt/test/lsan/TestCases/disabler_in_tsd_destructor.cc (renamed from compiler-rt/lib/lsan/lit_tests/TestCases/disabler_in_tsd_destructor.cc) | 0 | ||||
| -rw-r--r-- | compiler-rt/test/lsan/TestCases/do_leak_check_override.cc (renamed from compiler-rt/lib/lsan/lit_tests/TestCases/do_leak_check_override.cc) | 0 | ||||
| -rw-r--r-- | compiler-rt/test/lsan/TestCases/fork.cc (renamed from compiler-rt/lib/lsan/lit_tests/TestCases/fork.cc) | 0 | ||||
| -rw-r--r-- | compiler-rt/test/lsan/TestCases/fork_threaded.cc (renamed from compiler-rt/lib/lsan/lit_tests/TestCases/fork_threaded.cc) | 0 | ||||
| -rw-r--r-- | compiler-rt/test/lsan/TestCases/high_allocator_contention.cc (renamed from compiler-rt/lib/lsan/lit_tests/TestCases/high_allocator_contention.cc) | 0 | ||||
| -rw-r--r-- | compiler-rt/test/lsan/TestCases/ignore_object.cc (renamed from compiler-rt/lib/lsan/lit_tests/TestCases/ignore_object.cc) | 0 | ||||
| -rw-r--r-- | compiler-rt/test/lsan/TestCases/ignore_object_errors.cc (renamed from compiler-rt/lib/lsan/lit_tests/TestCases/ignore_object_errors.cc) | 0 | ||||
| -rw-r--r-- | compiler-rt/test/lsan/TestCases/large_allocation_leak.cc (renamed from compiler-rt/lib/lsan/lit_tests/TestCases/large_allocation_leak.cc) | 0 | ||||
| -rw-r--r-- | compiler-rt/test/lsan/TestCases/leak_check_at_exit.cc (renamed from compiler-rt/lib/lsan/lit_tests/TestCases/leak_check_at_exit.cc) | 0 | ||||
| -rw-r--r-- | compiler-rt/test/lsan/TestCases/link_turned_off.cc (renamed from compiler-rt/lib/lsan/lit_tests/TestCases/link_turned_off.cc) | 0 | ||||
| -rw-r--r-- | compiler-rt/test/lsan/TestCases/new_array_with_dtor_0.cc (renamed from compiler-rt/lib/lsan/lit_tests/TestCases/new_array_with_dtor_0.cc) | 0 | ||||
| -rw-r--r-- | compiler-rt/test/lsan/TestCases/pointer_to_self.cc (renamed from compiler-rt/lib/lsan/lit_tests/TestCases/pointer_to_self.cc) | 0 | ||||
| -rw-r--r-- | compiler-rt/test/lsan/TestCases/print_suppressions.cc (renamed from compiler-rt/lib/lsan/lit_tests/TestCases/print_suppressions.cc) | 0 | ||||
| -rw-r--r-- | compiler-rt/test/lsan/TestCases/register_root_region.cc (renamed from compiler-rt/lib/lsan/lit_tests/TestCases/register_root_region.cc) | 0 | ||||
| -rw-r--r-- | compiler-rt/test/lsan/TestCases/sanity_check_pure_c.c (renamed from compiler-rt/lib/lsan/lit_tests/TestCases/sanity_check_pure_c.c) | 0 | ||||
| -rw-r--r-- | compiler-rt/test/lsan/TestCases/stale_stack_leak.cc (renamed from compiler-rt/lib/lsan/lit_tests/TestCases/stale_stack_leak.cc) | 0 | ||||
| -rw-r--r-- | compiler-rt/test/lsan/TestCases/suppressions_default.cc (renamed from compiler-rt/lib/lsan/lit_tests/TestCases/suppressions_default.cc) | 0 | ||||
| -rw-r--r-- | compiler-rt/test/lsan/TestCases/suppressions_file.cc (renamed from compiler-rt/lib/lsan/lit_tests/TestCases/suppressions_file.cc) | 0 | ||||
| -rw-r--r-- | compiler-rt/test/lsan/TestCases/swapcontext.cc (renamed from compiler-rt/lib/lsan/lit_tests/TestCases/swapcontext.cc) | 0 | ||||
| -rw-r--r-- | compiler-rt/test/lsan/TestCases/use_after_return.cc (renamed from compiler-rt/lib/lsan/lit_tests/TestCases/use_after_return.cc) | 0 | ||||
| -rw-r--r-- | compiler-rt/test/lsan/TestCases/use_globals_initialized.cc (renamed from compiler-rt/lib/lsan/lit_tests/TestCases/use_globals_initialized.cc) | 0 | ||||
| -rw-r--r-- | compiler-rt/test/lsan/TestCases/use_globals_uninitialized.cc (renamed from compiler-rt/lib/lsan/lit_tests/TestCases/use_globals_uninitialized.cc) | 0 | ||||
| -rw-r--r-- | compiler-rt/test/lsan/TestCases/use_poisoned_asan.cc (renamed from compiler-rt/lib/lsan/lit_tests/TestCases/use_poisoned_asan.cc) | 0 | ||||
| -rw-r--r-- | compiler-rt/test/lsan/TestCases/use_registers.cc (renamed from compiler-rt/lib/lsan/lit_tests/TestCases/use_registers.cc) | 0 | ||||
| -rw-r--r-- | compiler-rt/test/lsan/TestCases/use_stacks.cc (renamed from compiler-rt/lib/lsan/lit_tests/TestCases/use_stacks.cc) | 0 | ||||
| -rw-r--r-- | compiler-rt/test/lsan/TestCases/use_stacks_threaded.cc (renamed from compiler-rt/lib/lsan/lit_tests/TestCases/use_stacks_threaded.cc) | 0 | ||||
| -rw-r--r-- | compiler-rt/test/lsan/TestCases/use_tls_dynamic.cc (renamed from compiler-rt/lib/lsan/lit_tests/TestCases/use_tls_dynamic.cc) | 0 | ||||
| -rw-r--r-- | compiler-rt/test/lsan/TestCases/use_tls_pthread_specific_dynamic.cc (renamed from compiler-rt/lib/lsan/lit_tests/TestCases/use_tls_pthread_specific_dynamic.cc) | 0 | ||||
| -rw-r--r-- | compiler-rt/test/lsan/TestCases/use_tls_pthread_specific_static.cc (renamed from compiler-rt/lib/lsan/lit_tests/TestCases/use_tls_pthread_specific_static.cc) | 0 | ||||
| -rw-r--r-- | compiler-rt/test/lsan/TestCases/use_tls_static.cc (renamed from compiler-rt/lib/lsan/lit_tests/TestCases/use_tls_static.cc) | 0 | ||||
| -rw-r--r-- | compiler-rt/test/lsan/TestCases/use_unaligned.cc (renamed from compiler-rt/lib/lsan/lit_tests/TestCases/use_unaligned.cc) | 0 | ||||
| -rw-r--r-- | compiler-rt/test/lsan/lit.common.cfg (renamed from compiler-rt/lib/lsan/lit_tests/lit.common.cfg) | 0 |
42 files changed, 8 insertions, 15 deletions
diff --git a/compiler-rt/CMakeLists.txt b/compiler-rt/CMakeLists.txt index 19a4a342cbc..211d9171441 100644 --- a/compiler-rt/CMakeLists.txt +++ b/compiler-rt/CMakeLists.txt @@ -232,6 +232,7 @@ endif() filter_available_targets(SANITIZER_COMMON_SUPPORTED_ARCH x86_64 i386 powerpc64 arm) filter_available_targets(DFSAN_SUPPORTED_ARCH x86_64) +filter_available_targets(LSAN_SUPPORTED_ARCH x86_64) filter_available_targets(UBSAN_SUPPORTED_ARCH x86_64 i386) add_subdirectory(include) diff --git a/compiler-rt/lib/lsan/CMakeLists.txt b/compiler-rt/lib/lsan/CMakeLists.txt index c9c0e22f3b4..5d46fd04537 100644 --- a/compiler-rt/lib/lsan/CMakeLists.txt +++ b/compiler-rt/lib/lsan/CMakeLists.txt @@ -22,11 +22,7 @@ set(LSAN_SRC_DIR ${CMAKE_CURRENT_SOURCE_DIR}) filter_available_targets(LSAN_COMMON_SUPPORTED_ARCH x86_64 i386 powerpc64 arm) -# Architectures supported by the standalone LSan. -filter_available_targets(LSAN_SUPPORTED_ARCH - x86_64) - -set(LSAN_RUNTIME_LIBRARIES) +add_custom_target(lsan) if(APPLE) foreach(os ${SANITIZER_COMMON_SUPPORTED_DARWIN_OS}) @@ -50,8 +46,6 @@ elseif(NOT ANDROID) $<TARGET_OBJECTS:RTSanitizerCommonLibc.${arch}> $<TARGET_OBJECTS:RTLSanCommon.${arch}> CFLAGS ${LSAN_CFLAGS}) - list(APPEND LSAN_RUNTIME_LIBRARIES clang_rt.lsan-${arch}) + add_dependencies(lsan clang_rt.lsan-${arch}) endforeach() endif() - -add_subdirectory(lit_tests) diff --git a/compiler-rt/test/CMakeLists.txt b/compiler-rt/test/CMakeLists.txt index 5b8c59a7f6e..6c9b08f6d22 100644 --- a/compiler-rt/test/CMakeLists.txt +++ b/compiler-rt/test/CMakeLists.txt @@ -12,6 +12,9 @@ if(COMPILER_RT_CAN_EXECUTE_TESTS) if(DFSAN_SUPPORTED_ARCH) add_subdirectory(dfsan) endif() + if(LSAN_SUPPORTED_ARCH) + add_subdirectory(lsan) + endif() if(UBSAN_SUPPORTED_ARCH) add_subdirectory(ubsan) endif() diff --git a/compiler-rt/lib/lsan/lit_tests/AsanConfig/lit.cfg b/compiler-rt/test/lsan/AsanConfig/lit.cfg index edb5adfd3b6..edb5adfd3b6 100644 --- a/compiler-rt/lib/lsan/lit_tests/AsanConfig/lit.cfg +++ b/compiler-rt/test/lsan/AsanConfig/lit.cfg diff --git a/compiler-rt/lib/lsan/lit_tests/AsanConfig/lit.site.cfg.in b/compiler-rt/test/lsan/AsanConfig/lit.site.cfg.in index 95f006954e5..95f006954e5 100644 --- a/compiler-rt/lib/lsan/lit_tests/AsanConfig/lit.site.cfg.in +++ b/compiler-rt/test/lsan/AsanConfig/lit.site.cfg.in diff --git a/compiler-rt/lib/lsan/lit_tests/CMakeLists.txt b/compiler-rt/test/lsan/CMakeLists.txt index 9b26357fb2b..6b1fb0695f0 100644 --- a/compiler-rt/lib/lsan/lit_tests/CMakeLists.txt +++ b/compiler-rt/test/lsan/CMakeLists.txt @@ -1,6 +1,3 @@ -set(LSAN_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/..) -set(LSAN_BINARY_DIR ${CMAKE_CURRENT_BINARY_DIR}/..) - set(LSAN_LIT_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}) configure_lit_site_cfg( @@ -16,10 +13,8 @@ configure_lit_site_cfg( if(COMPILER_RT_CAN_EXECUTE_TESTS AND NOT APPLE AND NOT ANDROID) set(LSAN_TEST_DEPS ${SANITIZER_COMMON_LIT_TEST_DEPS} - ${LSAN_RUNTIME_LIBRARIES}) - foreach(arch ${LSAN_SUPPORTED_ARCH}) - list(APPEND LSAN_TEST_DEPS clang_rt.asan-${arch}) - endforeach() + lsan + asan_runtime_libraries) add_lit_testsuite(check-lsan "Running the LeakSanitizer tests" ${CMAKE_CURRENT_BINARY_DIR}/LsanConfig ${CMAKE_CURRENT_BINARY_DIR}/AsanConfig diff --git a/compiler-rt/lib/lsan/lit_tests/LsanConfig/lit.cfg b/compiler-rt/test/lsan/LsanConfig/lit.cfg index 84faf9167a7..84faf9167a7 100644 --- a/compiler-rt/lib/lsan/lit_tests/LsanConfig/lit.cfg +++ b/compiler-rt/test/lsan/LsanConfig/lit.cfg diff --git a/compiler-rt/lib/lsan/lit_tests/LsanConfig/lit.site.cfg.in b/compiler-rt/test/lsan/LsanConfig/lit.site.cfg.in index 8e9076e9405..8e9076e9405 100644 --- a/compiler-rt/lib/lsan/lit_tests/LsanConfig/lit.site.cfg.in +++ b/compiler-rt/test/lsan/LsanConfig/lit.site.cfg.in diff --git a/compiler-rt/lib/lsan/lit_tests/TestCases/cleanup_in_tsd_destructor.cc b/compiler-rt/test/lsan/TestCases/cleanup_in_tsd_destructor.cc index 1cae226d4ec..1cae226d4ec 100644 --- a/compiler-rt/lib/lsan/lit_tests/TestCases/cleanup_in_tsd_destructor.cc +++ b/compiler-rt/test/lsan/TestCases/cleanup_in_tsd_destructor.cc diff --git a/compiler-rt/lib/lsan/lit_tests/TestCases/disabler.cc b/compiler-rt/test/lsan/TestCases/disabler.cc index db0cd8fabe4..db0cd8fabe4 100644 --- a/compiler-rt/lib/lsan/lit_tests/TestCases/disabler.cc +++ b/compiler-rt/test/lsan/TestCases/disabler.cc diff --git a/compiler-rt/lib/lsan/lit_tests/TestCases/disabler_in_tsd_destructor.cc b/compiler-rt/test/lsan/TestCases/disabler_in_tsd_destructor.cc index 94e4fc390b3..94e4fc390b3 100644 --- a/compiler-rt/lib/lsan/lit_tests/TestCases/disabler_in_tsd_destructor.cc +++ b/compiler-rt/test/lsan/TestCases/disabler_in_tsd_destructor.cc diff --git a/compiler-rt/lib/lsan/lit_tests/TestCases/do_leak_check_override.cc b/compiler-rt/test/lsan/TestCases/do_leak_check_override.cc index be0ed0a6d48..be0ed0a6d48 100644 --- a/compiler-rt/lib/lsan/lit_tests/TestCases/do_leak_check_override.cc +++ b/compiler-rt/test/lsan/TestCases/do_leak_check_override.cc diff --git a/compiler-rt/lib/lsan/lit_tests/TestCases/fork.cc b/compiler-rt/test/lsan/TestCases/fork.cc index 69258d9a0c7..69258d9a0c7 100644 --- a/compiler-rt/lib/lsan/lit_tests/TestCases/fork.cc +++ b/compiler-rt/test/lsan/TestCases/fork.cc diff --git a/compiler-rt/lib/lsan/lit_tests/TestCases/fork_threaded.cc b/compiler-rt/test/lsan/TestCases/fork_threaded.cc index 24a586109e2..24a586109e2 100644 --- a/compiler-rt/lib/lsan/lit_tests/TestCases/fork_threaded.cc +++ b/compiler-rt/test/lsan/TestCases/fork_threaded.cc diff --git a/compiler-rt/lib/lsan/lit_tests/TestCases/high_allocator_contention.cc b/compiler-rt/test/lsan/TestCases/high_allocator_contention.cc index 1cecb2a550a..1cecb2a550a 100644 --- a/compiler-rt/lib/lsan/lit_tests/TestCases/high_allocator_contention.cc +++ b/compiler-rt/test/lsan/TestCases/high_allocator_contention.cc diff --git a/compiler-rt/lib/lsan/lit_tests/TestCases/ignore_object.cc b/compiler-rt/test/lsan/TestCases/ignore_object.cc index 4cf303b0054..4cf303b0054 100644 --- a/compiler-rt/lib/lsan/lit_tests/TestCases/ignore_object.cc +++ b/compiler-rt/test/lsan/TestCases/ignore_object.cc diff --git a/compiler-rt/lib/lsan/lit_tests/TestCases/ignore_object_errors.cc b/compiler-rt/test/lsan/TestCases/ignore_object_errors.cc index c49d2c7eada..c49d2c7eada 100644 --- a/compiler-rt/lib/lsan/lit_tests/TestCases/ignore_object_errors.cc +++ b/compiler-rt/test/lsan/TestCases/ignore_object_errors.cc diff --git a/compiler-rt/lib/lsan/lit_tests/TestCases/large_allocation_leak.cc b/compiler-rt/test/lsan/TestCases/large_allocation_leak.cc index 38219341d89..38219341d89 100644 --- a/compiler-rt/lib/lsan/lit_tests/TestCases/large_allocation_leak.cc +++ b/compiler-rt/test/lsan/TestCases/large_allocation_leak.cc diff --git a/compiler-rt/lib/lsan/lit_tests/TestCases/leak_check_at_exit.cc b/compiler-rt/test/lsan/TestCases/leak_check_at_exit.cc index d921afc8462..d921afc8462 100644 --- a/compiler-rt/lib/lsan/lit_tests/TestCases/leak_check_at_exit.cc +++ b/compiler-rt/test/lsan/TestCases/leak_check_at_exit.cc diff --git a/compiler-rt/lib/lsan/lit_tests/TestCases/link_turned_off.cc b/compiler-rt/test/lsan/TestCases/link_turned_off.cc index 93628a1d15e..93628a1d15e 100644 --- a/compiler-rt/lib/lsan/lit_tests/TestCases/link_turned_off.cc +++ b/compiler-rt/test/lsan/TestCases/link_turned_off.cc diff --git a/compiler-rt/lib/lsan/lit_tests/TestCases/new_array_with_dtor_0.cc b/compiler-rt/test/lsan/TestCases/new_array_with_dtor_0.cc index 3784d81a53c..3784d81a53c 100644 --- a/compiler-rt/lib/lsan/lit_tests/TestCases/new_array_with_dtor_0.cc +++ b/compiler-rt/test/lsan/TestCases/new_array_with_dtor_0.cc diff --git a/compiler-rt/lib/lsan/lit_tests/TestCases/pointer_to_self.cc b/compiler-rt/test/lsan/TestCases/pointer_to_self.cc index c638c2b7eb8..c638c2b7eb8 100644 --- a/compiler-rt/lib/lsan/lit_tests/TestCases/pointer_to_self.cc +++ b/compiler-rt/test/lsan/TestCases/pointer_to_self.cc diff --git a/compiler-rt/lib/lsan/lit_tests/TestCases/print_suppressions.cc b/compiler-rt/test/lsan/TestCases/print_suppressions.cc index 97e67a01631..97e67a01631 100644 --- a/compiler-rt/lib/lsan/lit_tests/TestCases/print_suppressions.cc +++ b/compiler-rt/test/lsan/TestCases/print_suppressions.cc diff --git a/compiler-rt/lib/lsan/lit_tests/TestCases/register_root_region.cc b/compiler-rt/test/lsan/TestCases/register_root_region.cc index 27349aaef4b..27349aaef4b 100644 --- a/compiler-rt/lib/lsan/lit_tests/TestCases/register_root_region.cc +++ b/compiler-rt/test/lsan/TestCases/register_root_region.cc diff --git a/compiler-rt/lib/lsan/lit_tests/TestCases/sanity_check_pure_c.c b/compiler-rt/test/lsan/TestCases/sanity_check_pure_c.c index 085412b47d5..085412b47d5 100644 --- a/compiler-rt/lib/lsan/lit_tests/TestCases/sanity_check_pure_c.c +++ b/compiler-rt/test/lsan/TestCases/sanity_check_pure_c.c diff --git a/compiler-rt/lib/lsan/lit_tests/TestCases/stale_stack_leak.cc b/compiler-rt/test/lsan/TestCases/stale_stack_leak.cc index 4a53910abd7..4a53910abd7 100644 --- a/compiler-rt/lib/lsan/lit_tests/TestCases/stale_stack_leak.cc +++ b/compiler-rt/test/lsan/TestCases/stale_stack_leak.cc diff --git a/compiler-rt/lib/lsan/lit_tests/TestCases/suppressions_default.cc b/compiler-rt/test/lsan/TestCases/suppressions_default.cc index 96807466226..96807466226 100644 --- a/compiler-rt/lib/lsan/lit_tests/TestCases/suppressions_default.cc +++ b/compiler-rt/test/lsan/TestCases/suppressions_default.cc diff --git a/compiler-rt/lib/lsan/lit_tests/TestCases/suppressions_file.cc b/compiler-rt/test/lsan/TestCases/suppressions_file.cc index bc8913a6c37..bc8913a6c37 100644 --- a/compiler-rt/lib/lsan/lit_tests/TestCases/suppressions_file.cc +++ b/compiler-rt/test/lsan/TestCases/suppressions_file.cc diff --git a/compiler-rt/lib/lsan/lit_tests/TestCases/swapcontext.cc b/compiler-rt/test/lsan/TestCases/swapcontext.cc index a06685ca2f0..a06685ca2f0 100644 --- a/compiler-rt/lib/lsan/lit_tests/TestCases/swapcontext.cc +++ b/compiler-rt/test/lsan/TestCases/swapcontext.cc diff --git a/compiler-rt/lib/lsan/lit_tests/TestCases/use_after_return.cc b/compiler-rt/test/lsan/TestCases/use_after_return.cc index ffa20f39952..ffa20f39952 100644 --- a/compiler-rt/lib/lsan/lit_tests/TestCases/use_after_return.cc +++ b/compiler-rt/test/lsan/TestCases/use_after_return.cc diff --git a/compiler-rt/lib/lsan/lit_tests/TestCases/use_globals_initialized.cc b/compiler-rt/test/lsan/TestCases/use_globals_initialized.cc index 2a5331cfda7..2a5331cfda7 100644 --- a/compiler-rt/lib/lsan/lit_tests/TestCases/use_globals_initialized.cc +++ b/compiler-rt/test/lsan/TestCases/use_globals_initialized.cc diff --git a/compiler-rt/lib/lsan/lit_tests/TestCases/use_globals_uninitialized.cc b/compiler-rt/test/lsan/TestCases/use_globals_uninitialized.cc index 9fdb1fdd507..9fdb1fdd507 100644 --- a/compiler-rt/lib/lsan/lit_tests/TestCases/use_globals_uninitialized.cc +++ b/compiler-rt/test/lsan/TestCases/use_globals_uninitialized.cc diff --git a/compiler-rt/lib/lsan/lit_tests/TestCases/use_poisoned_asan.cc b/compiler-rt/test/lsan/TestCases/use_poisoned_asan.cc index 1a72ac22363..1a72ac22363 100644 --- a/compiler-rt/lib/lsan/lit_tests/TestCases/use_poisoned_asan.cc +++ b/compiler-rt/test/lsan/TestCases/use_poisoned_asan.cc diff --git a/compiler-rt/lib/lsan/lit_tests/TestCases/use_registers.cc b/compiler-rt/test/lsan/TestCases/use_registers.cc index 1a90994e373..1a90994e373 100644 --- a/compiler-rt/lib/lsan/lit_tests/TestCases/use_registers.cc +++ b/compiler-rt/test/lsan/TestCases/use_registers.cc diff --git a/compiler-rt/lib/lsan/lit_tests/TestCases/use_stacks.cc b/compiler-rt/test/lsan/TestCases/use_stacks.cc index aea90bba1a8..aea90bba1a8 100644 --- a/compiler-rt/lib/lsan/lit_tests/TestCases/use_stacks.cc +++ b/compiler-rt/test/lsan/TestCases/use_stacks.cc diff --git a/compiler-rt/lib/lsan/lit_tests/TestCases/use_stacks_threaded.cc b/compiler-rt/test/lsan/TestCases/use_stacks_threaded.cc index bcb4b1e2d71..bcb4b1e2d71 100644 --- a/compiler-rt/lib/lsan/lit_tests/TestCases/use_stacks_threaded.cc +++ b/compiler-rt/test/lsan/TestCases/use_stacks_threaded.cc diff --git a/compiler-rt/lib/lsan/lit_tests/TestCases/use_tls_dynamic.cc b/compiler-rt/test/lsan/TestCases/use_tls_dynamic.cc index 552206a1477..552206a1477 100644 --- a/compiler-rt/lib/lsan/lit_tests/TestCases/use_tls_dynamic.cc +++ b/compiler-rt/test/lsan/TestCases/use_tls_dynamic.cc diff --git a/compiler-rt/lib/lsan/lit_tests/TestCases/use_tls_pthread_specific_dynamic.cc b/compiler-rt/test/lsan/TestCases/use_tls_pthread_specific_dynamic.cc index cfb6b2dd985..cfb6b2dd985 100644 --- a/compiler-rt/lib/lsan/lit_tests/TestCases/use_tls_pthread_specific_dynamic.cc +++ b/compiler-rt/test/lsan/TestCases/use_tls_pthread_specific_dynamic.cc diff --git a/compiler-rt/lib/lsan/lit_tests/TestCases/use_tls_pthread_specific_static.cc b/compiler-rt/test/lsan/TestCases/use_tls_pthread_specific_static.cc index 4def4c021bf..4def4c021bf 100644 --- a/compiler-rt/lib/lsan/lit_tests/TestCases/use_tls_pthread_specific_static.cc +++ b/compiler-rt/test/lsan/TestCases/use_tls_pthread_specific_static.cc diff --git a/compiler-rt/lib/lsan/lit_tests/TestCases/use_tls_static.cc b/compiler-rt/test/lsan/TestCases/use_tls_static.cc index 1c5512568fb..1c5512568fb 100644 --- a/compiler-rt/lib/lsan/lit_tests/TestCases/use_tls_static.cc +++ b/compiler-rt/test/lsan/TestCases/use_tls_static.cc diff --git a/compiler-rt/lib/lsan/lit_tests/TestCases/use_unaligned.cc b/compiler-rt/test/lsan/TestCases/use_unaligned.cc index 50eb749527c..50eb749527c 100644 --- a/compiler-rt/lib/lsan/lit_tests/TestCases/use_unaligned.cc +++ b/compiler-rt/test/lsan/TestCases/use_unaligned.cc diff --git a/compiler-rt/lib/lsan/lit_tests/lit.common.cfg b/compiler-rt/test/lsan/lit.common.cfg index 96dc1b1f55f..96dc1b1f55f 100644 --- a/compiler-rt/lib/lsan/lit_tests/lit.common.cfg +++ b/compiler-rt/test/lsan/lit.common.cfg |

