compiler-rt: Rename cc files below test/sanitizer_common to cpp
authorNico Weber <nicolasweber@gmx.de>
Mon, 5 Aug 2019 13:57:03 +0000 (13:57 +0000)
committerNico Weber <nicolasweber@gmx.de>
Mon, 5 Aug 2019 13:57:03 +0000 (13:57 +0000)
commit74989aff5351beaeb03f46fc2fe57752d57f848b
tree39eacef15bfd9b675d7493f0845c12e5b3ec6ddc
parent6ca6e91615dae42a087938a6ed0a6cbc0647f7ba
compiler-rt: Rename cc files below test/sanitizer_common to cpp

See r367803 and similar other changes.

llvm-svn: 367863
120 files changed:
compiler-rt/test/asan/TestCases/Linux/aligned_delete_test.cc
compiler-rt/test/sanitizer_common/TestCases/Darwin/abort_on_error.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/Darwin/abort_on_error.cc with 92% similarity]
compiler-rt/test/sanitizer_common/TestCases/Darwin/fputs_puts_null.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/Darwin/fputs_puts_null.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/Darwin/print-stack-trace.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/Darwin/print-stack-trace.cc with 86% similarity]
compiler-rt/test/sanitizer_common/TestCases/FreeBSD/capsicum.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/FreeBSD/capsicum.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/FreeBSD/fdevname.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/FreeBSD/fdevname.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/Linux/abort_on_error.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/Linux/abort_on_error.cc with 89% similarity]
compiler-rt/test/sanitizer_common/TestCases/Linux/aligned_alloc-alignment.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/Linux/aligned_alloc-alignment.cc with 95% similarity]
compiler-rt/test/sanitizer_common/TestCases/Linux/allow_user_segv.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/Linux/allow_user_segv.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/Linux/assert.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/Linux/assert.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/Linux/decorate_proc_maps.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/Linux/decorate_proc_maps.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/Linux/deepbind.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/Linux/deepbind.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/Linux/getpwnam_r_invalid_user.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/Linux/getpwnam_r_invalid_user.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/Linux/ill.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/Linux/ill.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/Linux/mallopt.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/Linux/mallopt.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/Linux/mlock_test.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/Linux/mlock_test.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/Linux/mprobe.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/Linux/mprobe.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/Linux/name_to_handle_at.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/Linux/name_to_handle_at.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/Linux/new_delete_test.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/Linux/new_delete_test.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/Linux/open_memstream.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/Linux/open_memstream.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/Linux/pthread_mutex.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/Linux/pthread_mutex.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/Linux/ptrace.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/Linux/ptrace.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/Linux/pvalloc-overflow.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/Linux/pvalloc-overflow.cc with 96% similarity]
compiler-rt/test/sanitizer_common/TestCases/Linux/recv_msg_trunc.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/Linux/recv_msg_trunc.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/Linux/sched_getparam.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/Linux/sched_getparam.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/Linux/sem_init_glibc.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/Linux/sem_init_glibc.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/Linux/signal_segv_handler.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/Linux/signal_segv_handler.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/Linux/soft_rss_limit_mb_test.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/Linux/soft_rss_limit_mb_test.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/Linux/sysconf_interceptor_bypass_test.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/Linux/sysconf_interceptor_bypass_test.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/Linux/timerfd.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/Linux/timerfd.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/Linux/unexpected_format_specifier_test.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/Linux/unexpected_format_specifier_test.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/NetBSD/asysctl.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/NetBSD/asysctl.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/NetBSD/cdb.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/NetBSD/cdb.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/NetBSD/faccessat.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/NetBSD/faccessat.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/NetBSD/fparseln.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/NetBSD/fparseln.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/NetBSD/funopen2.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/NetBSD/funopen2.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/NetBSD/getgrouplist.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/NetBSD/getgrouplist.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/NetBSD/getgroupmembership.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/NetBSD/getgroupmembership.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/NetBSD/getvfsstat.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/NetBSD/getvfsstat.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/NetBSD/gid_from_group.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/NetBSD/gid_from_group.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/NetBSD/group_from_gid.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/NetBSD/group_from_gid.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/NetBSD/md2.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/NetBSD/md2.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/NetBSD/md4.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/NetBSD/md4.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/NetBSD/md5.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/NetBSD/md5.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/NetBSD/mi_vector_hash.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/NetBSD/mi_vector_hash.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/NetBSD/netent.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/NetBSD/netent.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/NetBSD/paccept.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/NetBSD/paccept.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/NetBSD/protoent.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/NetBSD/protoent.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/NetBSD/rmd160.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/NetBSD/rmd160.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/NetBSD/sha1.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/NetBSD/sha1.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/NetBSD/sha2.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/NetBSD/sha2.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/NetBSD/statvfs1.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/NetBSD/statvfs1.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/NetBSD/strmode.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/NetBSD/strmode.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/NetBSD/strtoi.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/NetBSD/strtoi.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/NetBSD/sysctlgetmibinfo.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/NetBSD/sysctlgetmibinfo.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/NetBSD/ttyent.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/NetBSD/ttyent.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/NetBSD/uid_from_user.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/NetBSD/uid_from_user.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/NetBSD/user_from_uid.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/NetBSD/user_from_uid.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/Posix/access.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/Posix/access.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/Posix/arc4random.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/Posix/arc4random.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/Posix/dedup_token_length_test.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/Posix/dedup_token_length_test.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/Posix/devname.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/Posix/devname.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/Posix/devname_r.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/Posix/devname_r.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/Posix/dump_instruction_bytes.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/Posix/dump_instruction_bytes.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/Posix/dump_registers.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/Posix/dump_registers.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/Posix/feof_fileno_ferror.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/Posix/feof_fileno_ferror.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/Posix/fgetc_ungetc_getc.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/Posix/fgetc_ungetc_getc.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/Posix/fgetln.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/Posix/fgetln.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/Posix/fgets.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/Posix/fgets.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/Posix/fpe.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/Posix/fpe.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/Posix/fputc_putc_putchar.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/Posix/fputc_putc_putchar.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/Posix/fputs_puts.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/Posix/fputs_puts.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/Posix/fseek.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/Posix/fseek.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/Posix/fts.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/Posix/fts.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/Posix/funopen.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/Posix/funopen.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/Posix/getc_unlocked.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/Posix/getc_unlocked.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/Posix/getfsent.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/Posix/getfsent.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/Posix/getmntinfo.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/Posix/getmntinfo.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/Posix/getpass.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/Posix/getpass.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/Posix/getpw_getgr.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/Posix/getpw_getgr.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/Posix/getusershell.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/Posix/getusershell.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/Posix/illegal_read_test.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/Posix/illegal_read_test.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/Posix/illegal_write_test.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/Posix/illegal_write_test.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/Posix/lstat.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/Posix/lstat.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/Posix/nl_langinfo.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/Posix/nl_langinfo.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/Posix/popen.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/Posix/popen.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/Posix/posix_memalign-alignment.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/Posix/posix_memalign-alignment.cc with 96% similarity]
compiler-rt/test/sanitizer_common/TestCases/Posix/putc_putchar_unlocked.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/Posix/putc_putchar_unlocked.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/Posix/regex.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/Posix/regex.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/Posix/sanitizer_set_death_callback_test.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/Posix/sanitizer_set_death_callback_test.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/Posix/sanitizer_set_report_fd_test.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/Posix/sanitizer_set_report_fd_test.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/Posix/setvbuf.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/Posix/setvbuf.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/Posix/sl_add.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/Posix/sl_add.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/Posix/strlcat.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/Posix/strlcat.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/Posix/strlcpy.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/Posix/strlcpy.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/Posix/strtonum.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/Posix/strtonum.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/Posix/sysctl.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/Posix/sysctl.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/Posix/vis.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/Posix/vis.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/Posix/weak_hook_test.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/Posix/weak_hook_test.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/allocator_returns_null.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/allocator_returns_null.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/corelimit.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/corelimit.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/get_module_and_offset_for_pc.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/get_module_and_offset_for_pc.cc with 98% similarity]
compiler-rt/test/sanitizer_common/TestCases/hard_rss_limit_mb_test.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/hard_rss_limit_mb_test.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/malloc_hook.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/malloc_hook.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/options-help.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/options-help.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/options-include.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/options-include.cc with 97% similarity]
compiler-rt/test/sanitizer_common/TestCases/options-invalid.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/options-invalid.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/print-stack-trace.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/print-stack-trace.cc with 85% similarity]
compiler-rt/test/sanitizer_common/TestCases/pthread_mutexattr_get.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/pthread_mutexattr_get.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/reallocarray-overflow.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/reallocarray-overflow.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_inline8bit_counter.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_inline8bit_counter.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_no_prune.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_no_prune.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_stack_depth.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_stack_depth.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_symbolize.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_symbolize.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard-dso.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard-dso.cc with 91% similarity]
compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard-init.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard-init.cc with 100% similarity]
compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cc with 87% similarity]
compiler-rt/test/sanitizer_common/TestCases/symbolize_pc.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/symbolize_pc.cc with 95% similarity]
compiler-rt/test/sanitizer_common/TestCases/symbolize_pc_inline.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/symbolize_pc_inline.cc with 75% similarity]
compiler-rt/test/sanitizer_common/TestCases/symbolize_stack.cpp [moved from compiler-rt/test/sanitizer_common/TestCases/symbolize_stack.cc with 100% similarity]