From owner-svn-src-vendor@freebsd.org Sat Jul 28 11:06:53 2018 Return-Path: Delivered-To: svn-src-vendor@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4F749104B79D; Sat, 28 Jul 2018 11:06:52 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0130686538; Sat, 28 Jul 2018 11:06:52 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BB93525CF8; Sat, 28 Jul 2018 11:06:51 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6SB6pmQ034282; Sat, 28 Jul 2018 11:06:51 GMT (envelope-from dim@FreeBSD.org) Received: (from dim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6SB6nAq034268; Sat, 28 Jul 2018 11:06:49 GMT (envelope-from dim@FreeBSD.org) Message-Id: <201807281106.w6SB6nAq034268@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dim set sender to dim@FreeBSD.org using -f From: Dimitry Andric Date: Sat, 28 Jul 2018 11:06:49 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-vendor@freebsd.org Subject: svn commit: r336817 - in vendor/compiler-rt/dist: . cmake cmake/Modules include include/sanitizer include/xray lib/BlocksRuntime lib/asan lib/asan/scripts lib/asan/tests lib/builtins lib/builtins/D... X-SVN-Group: vendor X-SVN-Commit-Author: dim X-SVN-Commit-Paths: in vendor/compiler-rt/dist: . cmake cmake/Modules include include/sanitizer include/xray lib/BlocksRuntime lib/asan lib/asan/scripts lib/asan/tests lib/builtins lib/builtins/Darwin-excludes lib/builti... X-SVN-Commit-Revision: 336817 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-vendor@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the vendor work area tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Jul 2018 11:06:53 -0000 Author: dim Date: Sat Jul 28 11:06:48 2018 New Revision: 336817 URL: https://svnweb.freebsd.org/changeset/base/336817 Log: Vendor import of compiler-rt trunk r338150: https://llvm.org/svn/llvm-project/compiler-rt/trunk@338150 Added: vendor/compiler-rt/dist/include/sanitizer/netbsd_syscall_hooks.h (contents, props changed) vendor/compiler-rt/dist/lib/asan/asan_malloc_local.h (contents, props changed) vendor/compiler-rt/dist/lib/asan/asan_mapping_myriad.h (contents, props changed) vendor/compiler-rt/dist/lib/asan/asan_rtems.cc (contents, props changed) vendor/compiler-rt/dist/lib/builtins/arm/chkstk.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/hexagon/ vendor/compiler-rt/dist/lib/builtins/hexagon/common_entry_exit_abi1.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/hexagon/common_entry_exit_abi2.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/hexagon/common_entry_exit_legacy.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/hexagon/dfaddsub.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/hexagon/dfdiv.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/hexagon/dffma.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/hexagon/dfminmax.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/hexagon/dfmul.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/hexagon/dfsqrt.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/hexagon/divdi3.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/hexagon/divsi3.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/hexagon/fabs_opt.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/hexagon/fastmath2_dlib_asm.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/hexagon/fastmath2_ldlib_asm.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/hexagon/fastmath_dlib_asm.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/hexagon/fma_opt.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/hexagon/fmax_opt.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/hexagon/fmin_opt.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/hexagon/memcpy_forward_vp4cp4n2.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/hexagon/memcpy_likely_aligned.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/hexagon/moddi3.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/hexagon/modsi3.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/hexagon/sfdiv_opt.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/hexagon/sfsqrt_opt.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/hexagon/udivdi3.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/hexagon/udivmoddi4.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/hexagon/udivmodsi4.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/hexagon/udivsi3.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/hexagon/umoddi3.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/hexagon/umodsi3.S (contents, props changed) vendor/compiler-rt/dist/lib/builtins/riscv/ vendor/compiler-rt/dist/lib/builtins/riscv/mulsi3.S (contents, props changed) vendor/compiler-rt/dist/lib/fuzzer/FuzzerDataFlowTrace.cpp (contents, props changed) vendor/compiler-rt/dist/lib/fuzzer/FuzzerDataFlowTrace.h (contents, props changed) vendor/compiler-rt/dist/lib/fuzzer/dataflow/ vendor/compiler-rt/dist/lib/fuzzer/dataflow/DataFlow.cpp (contents, props changed) vendor/compiler-rt/dist/lib/fuzzer/scripts/collect_data_flow.py (contents, props changed) vendor/compiler-rt/dist/lib/fuzzer/scripts/merge_data_flow.py (contents, props changed) vendor/compiler-rt/dist/lib/hwasan/hwasan_dynamic_shadow.cc (contents, props changed) vendor/compiler-rt/dist/lib/hwasan/hwasan_dynamic_shadow.h (contents, props changed) vendor/compiler-rt/dist/lib/hwasan/hwasan_mapping.h (contents, props changed) vendor/compiler-rt/dist/lib/hwasan/hwasan_report.h (contents, props changed) vendor/compiler-rt/dist/lib/msan/msan_report.h (contents, props changed) vendor/compiler-rt/dist/lib/profile/InstrProfilingPlatformFuchsia.c (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_allocator_report.cc (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_allocator_report.h (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_interceptors_ioctl_netbsd.inc (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_openbsd.cc (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_platform_limits_openbsd.cc (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_platform_limits_openbsd.h (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_procmaps_bsd.cc (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_rtems.cc (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_rtems.h (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_stacktrace_sparc.cc (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_symbolizer_fuchsia.h (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_symbolizer_markup.cc (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_symbolizer_report.cc (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_symbolizer_rtems.h (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_syscalls_netbsd.inc (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_unwind_win.cc (contents, props changed) vendor/compiler-rt/dist/lib/scudo/scudo_errors.cpp (contents, props changed) vendor/compiler-rt/dist/lib/scudo/scudo_errors.h (contents, props changed) vendor/compiler-rt/dist/lib/scudo/scudo_malloc.cpp (contents, props changed) vendor/compiler-rt/dist/lib/ubsan/ubsan_init_standalone_preinit.cc (contents, props changed) vendor/compiler-rt/dist/lib/ubsan/ubsan_monitor.cc (contents, props changed) vendor/compiler-rt/dist/lib/ubsan/ubsan_monitor.h (contents, props changed) vendor/compiler-rt/dist/lib/xray/tests/unit/allocator_test.cc (contents, props changed) vendor/compiler-rt/dist/lib/xray/tests/unit/function_call_trie_test.cc (contents, props changed) vendor/compiler-rt/dist/lib/xray/tests/unit/profile_collector_test.cc (contents, props changed) vendor/compiler-rt/dist/lib/xray/tests/unit/segmented_array_test.cc (contents, props changed) vendor/compiler-rt/dist/lib/xray/xray_allocator.h (contents, props changed) vendor/compiler-rt/dist/lib/xray/xray_basic_flags.cc (contents, props changed) vendor/compiler-rt/dist/lib/xray/xray_basic_flags.h (contents, props changed) vendor/compiler-rt/dist/lib/xray/xray_basic_flags.inc (contents, props changed) vendor/compiler-rt/dist/lib/xray/xray_basic_logging.cc (contents, props changed) vendor/compiler-rt/dist/lib/xray/xray_basic_logging.h (contents, props changed) vendor/compiler-rt/dist/lib/xray/xray_fdr_flags.cc (contents, props changed) vendor/compiler-rt/dist/lib/xray/xray_fdr_flags.h (contents, props changed) vendor/compiler-rt/dist/lib/xray/xray_fdr_flags.inc (contents, props changed) vendor/compiler-rt/dist/lib/xray/xray_function_call_trie.h (contents, props changed) vendor/compiler-rt/dist/lib/xray/xray_profile_collector.cc (contents, props changed) vendor/compiler-rt/dist/lib/xray/xray_profile_collector.h (contents, props changed) vendor/compiler-rt/dist/lib/xray/xray_profiling.cc (contents, props changed) vendor/compiler-rt/dist/lib/xray/xray_profiling_flags.cc (contents, props changed) vendor/compiler-rt/dist/lib/xray/xray_profiling_flags.h (contents, props changed) vendor/compiler-rt/dist/lib/xray/xray_profiling_flags.inc (contents, props changed) vendor/compiler-rt/dist/lib/xray/xray_recursion_guard.h (contents, props changed) vendor/compiler-rt/dist/lib/xray/xray_segmented_array.h (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/long-object-path.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Posix/fgets_fputs.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Posix/lto-constmerge-odr.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/fuse-lld-globals.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/user-exception.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/calloc-overflow.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/handle_noreturn_bug.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/intercept-rethrow-exception.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/invalid-pointer-pairs-compare-null.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/malloc-size-too-big.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/strcat-overlap.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/strcpy-overlap.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/strncat-overlap.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/strncpy-overlap.cc (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/riscv/ vendor/compiler-rt/dist/test/builtins/Unit/riscv/mulsi3_test.c (contents, props changed) vendor/compiler-rt/dist/test/cfi/cross-dso-diagnostic.cpp (contents, props changed) vendor/compiler-rt/dist/test/cfi/mfcall.cpp (contents, props changed) vendor/compiler-rt/dist/test/dfsan/trace-cmp.c (contents, props changed) vendor/compiler-rt/dist/test/fuzzer/AcquireCrashStateTest.cpp (contents, props changed) vendor/compiler-rt/dist/test/fuzzer/Bingo.h (contents, props changed) vendor/compiler-rt/dist/test/fuzzer/ExplodeDFSanLabelsTest.cpp (contents, props changed) vendor/compiler-rt/dist/test/fuzzer/MultipleConstraintsOnSmallInputTest.cpp (contents, props changed) vendor/compiler-rt/dist/test/fuzzer/OnlySomeBytesTest.cpp (contents, props changed) vendor/compiler-rt/dist/test/fuzzer/PrintUnstableStatsTest.cpp (contents, props changed) vendor/compiler-rt/dist/test/fuzzer/SimpleTestStdio.cpp (contents, props changed) vendor/compiler-rt/dist/test/fuzzer/SymbolizeDeadlock.cpp (contents, props changed) vendor/compiler-rt/dist/test/fuzzer/ThreeBytes.cpp (contents, props changed) vendor/compiler-rt/dist/test/fuzzer/ThreeFunctionsTest.cpp (contents, props changed) vendor/compiler-rt/dist/test/fuzzer/UninitializedStrlen.cpp (contents, props changed) vendor/compiler-rt/dist/test/fuzzer/UseAfterDtor.cpp (contents, props changed) vendor/compiler-rt/dist/test/fuzzer/acquire-crash-state.test vendor/compiler-rt/dist/test/fuzzer/bogus-initialize.test vendor/compiler-rt/dist/test/fuzzer/buffer-overflow-on-input.test vendor/compiler-rt/dist/test/fuzzer/counters.test vendor/compiler-rt/dist/test/fuzzer/dataflow.test vendor/compiler-rt/dist/test/fuzzer/dso.test vendor/compiler-rt/dist/test/fuzzer/full-coverage-set.test vendor/compiler-rt/dist/test/fuzzer/fuzzer-mutationstats.test vendor/compiler-rt/dist/test/fuzzer/handle-unstable.test vendor/compiler-rt/dist/test/fuzzer/initialize.test vendor/compiler-rt/dist/test/fuzzer/msan.test vendor/compiler-rt/dist/test/fuzzer/not-instrumented.test vendor/compiler-rt/dist/test/fuzzer/null-deref-on-empty.test vendor/compiler-rt/dist/test/fuzzer/null-deref.test vendor/compiler-rt/dist/test/fuzzer/only-some-bytes.test vendor/compiler-rt/dist/test/fuzzer/print_unstable_stats.test vendor/compiler-rt/dist/test/fuzzer/simple.test vendor/compiler-rt/dist/test/fuzzer/strncmp-oob.test vendor/compiler-rt/dist/test/fuzzer/symbolize-deadlock.test vendor/compiler-rt/dist/test/fuzzer/target-function.test vendor/compiler-rt/dist/test/fuzzer/three-bytes.test vendor/compiler-rt/dist/test/hwasan/TestCases/Linux/ vendor/compiler-rt/dist/test/hwasan/TestCases/Linux/aligned_alloc-alignment.cc (contents, props changed) vendor/compiler-rt/dist/test/hwasan/TestCases/Linux/lit.local.cfg vendor/compiler-rt/dist/test/hwasan/TestCases/Linux/pvalloc-overflow.cc (contents, props changed) vendor/compiler-rt/dist/test/hwasan/TestCases/Posix/ vendor/compiler-rt/dist/test/hwasan/TestCases/Posix/lit.local.cfg vendor/compiler-rt/dist/test/hwasan/TestCases/Posix/posix_memalign-alignment.cc (contents, props changed) vendor/compiler-rt/dist/test/hwasan/TestCases/allocator_returns_null.cc (contents, props changed) vendor/compiler-rt/dist/test/hwasan/TestCases/check-interface.cc (contents, props changed) vendor/compiler-rt/dist/test/hwasan/TestCases/stack-oob.cc (contents, props changed) vendor/compiler-rt/dist/test/hwasan/TestCases/stack-uar.cc (contents, props changed) vendor/compiler-rt/dist/test/hwasan/TestCases/use-after-free.c (contents, props changed) vendor/compiler-rt/dist/test/lsan/TestCases/Linux/fork_with_threads.cc (contents, props changed) vendor/compiler-rt/dist/test/lsan/TestCases/Linux/log-path_test.cc (contents, props changed) vendor/compiler-rt/dist/test/lsan/TestCases/Posix/ vendor/compiler-rt/dist/test/lsan/TestCases/Posix/lit.local.cfg vendor/compiler-rt/dist/test/msan/Linux/name_to_handle_at.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/check-handler.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/fgets_fputs.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/fstat.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/scoped-interceptors.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/vector_div.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/wcsxfrm.cc (contents, props changed) vendor/compiler-rt/dist/test/profile/Inputs/instrprof-dlopen-dlclose-main.c (contents, props changed) vendor/compiler-rt/dist/test/profile/Inputs/instrprof-dlopen-dlclose-main.c.gcov vendor/compiler-rt/dist/test/profile/Inputs/instrprof-dlopen-dlclose-main_three-libs.c.gcov vendor/compiler-rt/dist/test/profile/Inputs/instrprof-dlopen-func.c.gcov vendor/compiler-rt/dist/test/profile/Inputs/instrprof-dlopen-func2.c.gcov vendor/compiler-rt/dist/test/profile/Inputs/instrprof-dlopen-func3.c (contents, props changed) vendor/compiler-rt/dist/test/profile/Inputs/instrprof-dlopen-func3.c.gcov vendor/compiler-rt/dist/test/profile/Inputs/instrprof-gcov-__gcov_flush-terminate.c (contents, props changed) vendor/compiler-rt/dist/test/profile/Inputs/instrprof-gcov-__gcov_flush-terminate.c.gcov vendor/compiler-rt/dist/test/profile/Inputs/instrprof-gcov-exceptions.cpp (contents, props changed) vendor/compiler-rt/dist/test/profile/Inputs/instrprof-gcov-exceptions.cpp.gcov vendor/compiler-rt/dist/test/profile/Inputs/instrprof-gcov-multiple-bbs-single-line.c (contents, props changed) vendor/compiler-rt/dist/test/profile/Inputs/instrprof-gcov-multiple-bbs-single-line.c.gcov vendor/compiler-rt/dist/test/profile/Inputs/instrprof-shared-lib.c.gcov vendor/compiler-rt/dist/test/profile/Inputs/instrprof-shared-lib_called-twice.c.gcov vendor/compiler-rt/dist/test/profile/Inputs/instrprof-shared-lib_in-loop.c.gcov vendor/compiler-rt/dist/test/profile/Inputs/instrprof-shared-main-gcov-flush.c (contents, props changed) vendor/compiler-rt/dist/test/profile/Inputs/instrprof-shared-main-gcov-flush_no-writeout.c.gcov vendor/compiler-rt/dist/test/profile/Inputs/instrprof-shared-main-gcov-flush_shared-call-after.c.gcov vendor/compiler-rt/dist/test/profile/Inputs/instrprof-shared-main-gcov-flush_shared-call-before-after.c.gcov vendor/compiler-rt/dist/test/profile/Inputs/instrprof-shared-main-gcov-flush_shared-call-before.c.gcov vendor/compiler-rt/dist/test/profile/Inputs/instrprof-shared-main.c.gcov vendor/compiler-rt/dist/test/profile/Linux/instrprof-value-merge.c (contents, props changed) vendor/compiler-rt/dist/test/profile/instrprof-darwin-exports.c (contents, props changed) vendor/compiler-rt/dist/test/profile/instrprof-dlopen-dlclose-gcov.test vendor/compiler-rt/dist/test/profile/instrprof-gcov-__gcov_flush-terminate.test vendor/compiler-rt/dist/test/profile/instrprof-gcov-exceptions.test vendor/compiler-rt/dist/test/profile/instrprof-gcov-multiple-bbs-single-line.test vendor/compiler-rt/dist/test/profile/instrprof-gcov-two-objects.test vendor/compiler-rt/dist/test/profile/instrprof-get-filename.c (contents, props changed) vendor/compiler-rt/dist/test/profile/instrprof-shared-gcov-flush.test vendor/compiler-rt/dist/test/sanitizer_common/TestCases/Linux/aligned_alloc-alignment.cc (contents, props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/Linux/mmap64_test.c (contents, props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/Linux/mmap_write_exec.cpp (contents, props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/Linux/name_to_handle_at.cc (contents, props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/Linux/pthread_mutex.cc (contents, props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/Linux/pvalloc-overflow.cc (contents, props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/NetBSD/ vendor/compiler-rt/dist/test/sanitizer_common/TestCases/NetBSD/faccessat.cc (contents, props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/NetBSD/getgrouplist.cc (contents, props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/NetBSD/getgroupmembership.cc (contents, props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/NetBSD/gid_from_group.cc (contents, props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/NetBSD/group_from_gid.cc (contents, props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/NetBSD/lit.local.cfg vendor/compiler-rt/dist/test/sanitizer_common/TestCases/NetBSD/netent.cc (contents, props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/NetBSD/paccept.cc (contents, props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/NetBSD/protoent.cc (contents, props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/NetBSD/strmode.cc (contents, props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/NetBSD/ttyent.cc (contents, props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/NetBSD/uid_from_user.cc (contents, props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/NetBSD/user_from_uid.cc (contents, props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/Posix/access.cc (contents, props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/Posix/devname.cc (contents, props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/Posix/devname_r.cc (contents, props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/Posix/fgetln.cc (contents, props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/Posix/fgets.cc (contents, props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/Posix/fputs_puts.cc (contents, props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/Posix/illegal_read_test.cc (contents, props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/Posix/illegal_write_test.cc (contents, props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/Posix/lstat.cc (contents, props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/Posix/mmap_test.c (contents, props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/Posix/posix_memalign-alignment.cc (contents, props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/Posix/readlink.c (contents, props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/Posix/readlinkat.c (contents, props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/Posix/strlcat.cc (contents, props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/Posix/strlcpy.cc (contents, props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/Posix/strxfrm.c (contents, props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/Posix/wcsxfrm.c (contents, props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/allocator_returns_null.cc (contents, props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/ctype.c (contents, props changed) vendor/compiler-rt/dist/test/sanitizer_common/ios_commands/iossim_prepare.py (contents, props changed) vendor/compiler-rt/dist/test/scudo/aligned-new.cpp (contents, props changed) vendor/compiler-rt/dist/test/scudo/fsanitize.c (contents, props changed) vendor/compiler-rt/dist/test/scudo/stats.c (contents, props changed) vendor/compiler-rt/dist/test/scudo/symbols.test vendor/compiler-rt/dist/test/shadowcallstack/ vendor/compiler-rt/dist/test/shadowcallstack/CMakeLists.txt (contents, props changed) vendor/compiler-rt/dist/test/shadowcallstack/init.c (contents, props changed) vendor/compiler-rt/dist/test/shadowcallstack/libc_support.h (contents, props changed) vendor/compiler-rt/dist/test/shadowcallstack/lit.cfg vendor/compiler-rt/dist/test/shadowcallstack/lit.site.cfg.in (contents, props changed) vendor/compiler-rt/dist/test/shadowcallstack/minimal_runtime.h (contents, props changed) vendor/compiler-rt/dist/test/shadowcallstack/overflow-aarch64.c (contents, props changed) vendor/compiler-rt/dist/test/shadowcallstack/overflow-x86_64.c (contents, props changed) vendor/compiler-rt/dist/test/shadowcallstack/overflow.c (contents, props changed) vendor/compiler-rt/dist/test/tsan/Darwin/external-swift-debugging.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/Darwin/objc-synchronize-tagged.mm vendor/compiler-rt/dist/test/tsan/Darwin/objc-synchronize.mm vendor/compiler-rt/dist/test/tsan/java_symbolization_legacy.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/mutex_destroy_locked2.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/race_on_fputs.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/suppressions_mutex.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/suppressions_mutex.cc.supp vendor/compiler-rt/dist/test/ubsan/TestCases/Misc/monitor.cpp (contents, props changed) vendor/compiler-rt/dist/test/xray/TestCases/Posix/ vendor/compiler-rt/dist/test/xray/TestCases/Posix/always-never-instrument.cc (contents, props changed) vendor/compiler-rt/dist/test/xray/TestCases/Posix/arg1-arg0-logging.cc (contents, props changed) vendor/compiler-rt/dist/test/xray/TestCases/Posix/arg1-logger.cc (contents, props changed) vendor/compiler-rt/dist/test/xray/TestCases/Posix/arg1-logging-implicit-this.cc (contents, props changed) vendor/compiler-rt/dist/test/xray/TestCases/Posix/argv0-log-file-name.cc (contents, props changed) vendor/compiler-rt/dist/test/xray/TestCases/Posix/basic-filtering.cc (contents, props changed) vendor/compiler-rt/dist/test/xray/TestCases/Posix/c-test.cc (contents, props changed) vendor/compiler-rt/dist/test/xray/TestCases/Posix/common-trampoline-alignment.cc (contents, props changed) vendor/compiler-rt/dist/test/xray/TestCases/Posix/coverage-sample.cc (contents, props changed) vendor/compiler-rt/dist/test/xray/TestCases/Posix/custom-event-handler-alignment.cc (contents, props changed) vendor/compiler-rt/dist/test/xray/TestCases/Posix/custom-event-logging.cc (contents, props changed) vendor/compiler-rt/dist/test/xray/TestCases/Posix/fdr-mode-inmemory.cc (contents, props changed) vendor/compiler-rt/dist/test/xray/TestCases/Posix/fdr-mode-multiple.cc (contents, props changed) vendor/compiler-rt/dist/test/xray/TestCases/Posix/fdr-mode.cc (contents, props changed) vendor/compiler-rt/dist/test/xray/TestCases/Posix/fdr-single-thread.cc (contents, props changed) vendor/compiler-rt/dist/test/xray/TestCases/Posix/fdr-thread-order.cc (contents, props changed) vendor/compiler-rt/dist/test/xray/TestCases/Posix/fixedsize-logging.cc (contents, props changed) vendor/compiler-rt/dist/test/xray/TestCases/Posix/fork_basic_logging.cc (contents, props changed) vendor/compiler-rt/dist/test/xray/TestCases/Posix/func-id-utils.cc (contents, props changed) vendor/compiler-rt/dist/test/xray/TestCases/Posix/logging-modes.cc (contents, props changed) vendor/compiler-rt/dist/test/xray/TestCases/Posix/optional-inmemory-log.cc (contents, props changed) vendor/compiler-rt/dist/test/xray/TestCases/Posix/patching-unpatching.cc (contents, props changed) vendor/compiler-rt/dist/test/xray/TestCases/Posix/pic_test.cc (contents, props changed) vendor/compiler-rt/dist/test/xray/TestCases/Posix/profiling-multi-threaded.cc (contents, props changed) vendor/compiler-rt/dist/test/xray/TestCases/Posix/profiling-single-threaded.cc (contents, props changed) vendor/compiler-rt/dist/test/xray/TestCases/Posix/quiet-start.cc (contents, props changed) vendor/compiler-rt/dist/utils/ vendor/compiler-rt/dist/utils/generate_netbsd_ioctls.awk (contents, props changed) vendor/compiler-rt/dist/utils/generate_netbsd_syscalls.awk (contents, props changed) Deleted: vendor/compiler-rt/dist/lib/fuzzer/FuzzerClangCounters.cpp vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_procmaps_freebsd.cc vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_symbolizer_fuchsia.cc vendor/compiler-rt/dist/lib/scudo/scudo_interceptors.cpp vendor/compiler-rt/dist/lib/xray/xray_fdr_logging_impl.h vendor/compiler-rt/dist/lib/xray/xray_inmemory_log.cc vendor/compiler-rt/dist/lib/xray/xray_inmemory_log.h vendor/compiler-rt/dist/test/asan/TestCases/Linux/pvalloc-overflow.cc vendor/compiler-rt/dist/test/asan/TestCases/allocator_returns_null.cc vendor/compiler-rt/dist/test/fuzzer/fprofile-instr-generate.test vendor/compiler-rt/dist/test/fuzzer/fuzzer.test vendor/compiler-rt/dist/test/fuzzer/inline-8bit-counters.test vendor/compiler-rt/dist/test/hwasan/TestCases/use-after-free.cc vendor/compiler-rt/dist/test/lsan/TestCases/allocator_returns_null.cc vendor/compiler-rt/dist/test/msan/allocator_returns_null.cc vendor/compiler-rt/dist/test/msan/pvalloc.cc vendor/compiler-rt/dist/test/tsan/Darwin/gcd-after-null.mm vendor/compiler-rt/dist/test/tsan/allocator_returns_null.cc vendor/compiler-rt/dist/test/xray/TestCases/Linux/ Modified: vendor/compiler-rt/dist/CMakeLists.txt vendor/compiler-rt/dist/LICENSE.TXT vendor/compiler-rt/dist/cmake/Modules/AddCompilerRT.cmake vendor/compiler-rt/dist/cmake/Modules/CompilerRTDarwinUtils.cmake vendor/compiler-rt/dist/cmake/Modules/CompilerRTUtils.cmake vendor/compiler-rt/dist/cmake/Modules/HandleCompilerRT.cmake vendor/compiler-rt/dist/cmake/Modules/SanitizerUtils.cmake vendor/compiler-rt/dist/cmake/base-config-ix.cmake vendor/compiler-rt/dist/cmake/builtin-config-ix.cmake vendor/compiler-rt/dist/cmake/config-ix.cmake vendor/compiler-rt/dist/include/CMakeLists.txt vendor/compiler-rt/dist/include/sanitizer/common_interface_defs.h vendor/compiler-rt/dist/include/sanitizer/msan_interface.h vendor/compiler-rt/dist/include/sanitizer/scudo_interface.h (contents, props changed) vendor/compiler-rt/dist/include/xray/xray_interface.h (contents, props changed) vendor/compiler-rt/dist/include/xray/xray_log_interface.h (contents, props changed) vendor/compiler-rt/dist/include/xray/xray_records.h (contents, props changed) vendor/compiler-rt/dist/lib/asan/.clang-format vendor/compiler-rt/dist/lib/asan/CMakeLists.txt vendor/compiler-rt/dist/lib/asan/asan_allocator.cc (contents, props changed) vendor/compiler-rt/dist/lib/asan/asan_allocator.h vendor/compiler-rt/dist/lib/asan/asan_debugging.cc (contents, props changed) vendor/compiler-rt/dist/lib/asan/asan_descriptions.cc (contents, props changed) vendor/compiler-rt/dist/lib/asan/asan_descriptions.h (contents, props changed) vendor/compiler-rt/dist/lib/asan/asan_errors.cc (contents, props changed) vendor/compiler-rt/dist/lib/asan/asan_errors.h (contents, props changed) vendor/compiler-rt/dist/lib/asan/asan_flags.cc (contents, props changed) vendor/compiler-rt/dist/lib/asan/asan_flags.inc (contents, props changed) vendor/compiler-rt/dist/lib/asan/asan_globals.cc vendor/compiler-rt/dist/lib/asan/asan_globals_win.cc (contents, props changed) vendor/compiler-rt/dist/lib/asan/asan_interceptors.cc vendor/compiler-rt/dist/lib/asan/asan_interceptors.h vendor/compiler-rt/dist/lib/asan/asan_interceptors_memintrinsics.cc (contents, props changed) vendor/compiler-rt/dist/lib/asan/asan_interceptors_memintrinsics.h (contents, props changed) vendor/compiler-rt/dist/lib/asan/asan_internal.h vendor/compiler-rt/dist/lib/asan/asan_linux.cc vendor/compiler-rt/dist/lib/asan/asan_mac.cc vendor/compiler-rt/dist/lib/asan/asan_malloc_linux.cc vendor/compiler-rt/dist/lib/asan/asan_malloc_mac.cc vendor/compiler-rt/dist/lib/asan/asan_mapping.h vendor/compiler-rt/dist/lib/asan/asan_memory_profile.cc (contents, props changed) vendor/compiler-rt/dist/lib/asan/asan_new_delete.cc vendor/compiler-rt/dist/lib/asan/asan_poisoning.cc vendor/compiler-rt/dist/lib/asan/asan_poisoning.h vendor/compiler-rt/dist/lib/asan/asan_report.cc vendor/compiler-rt/dist/lib/asan/asan_report.h vendor/compiler-rt/dist/lib/asan/asan_rtl.cc vendor/compiler-rt/dist/lib/asan/asan_shadow_setup.cc (contents, props changed) vendor/compiler-rt/dist/lib/asan/asan_thread.cc vendor/compiler-rt/dist/lib/asan/asan_win.cc vendor/compiler-rt/dist/lib/asan/asan_win_dll_thunk.cc (contents, props changed) vendor/compiler-rt/dist/lib/asan/scripts/asan_device_setup vendor/compiler-rt/dist/lib/asan/tests/CMakeLists.txt vendor/compiler-rt/dist/lib/asan/tests/asan_test.cc vendor/compiler-rt/dist/lib/builtins/CMakeLists.txt (contents, props changed) vendor/compiler-rt/dist/lib/builtins/clear_cache.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/clzdi2.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/cpu_model.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/ctzdi2.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/emutls.c (contents, props changed) vendor/compiler-rt/dist/lib/builtins/int_types.h (contents, props changed) vendor/compiler-rt/dist/lib/builtins/os_version_check.c (contents, props changed) vendor/compiler-rt/dist/lib/cfi/CMakeLists.txt (contents, props changed) vendor/compiler-rt/dist/lib/cfi/cfi.cc (contents, props changed) vendor/compiler-rt/dist/lib/cfi/cfi_blacklist.txt (contents, props changed) vendor/compiler-rt/dist/lib/dfsan/.clang-format vendor/compiler-rt/dist/lib/dfsan/CMakeLists.txt (contents, props changed) vendor/compiler-rt/dist/lib/dfsan/dfsan.cc (contents, props changed) vendor/compiler-rt/dist/lib/dfsan/dfsan_custom.cc (contents, props changed) vendor/compiler-rt/dist/lib/dfsan/done_abilist.txt (contents, props changed) vendor/compiler-rt/dist/lib/dfsan/scripts/check_custom_wrappers.sh (contents, props changed) vendor/compiler-rt/dist/lib/esan/CMakeLists.txt (contents, props changed) vendor/compiler-rt/dist/lib/esan/esan.cpp (contents, props changed) vendor/compiler-rt/dist/lib/esan/esan_interceptors.cpp (contents, props changed) vendor/compiler-rt/dist/lib/esan/esan_sideline_linux.cpp (contents, props changed) vendor/compiler-rt/dist/lib/fuzzer/CMakeLists.txt (contents, props changed) vendor/compiler-rt/dist/lib/fuzzer/FuzzerCommand.h (contents, props changed) vendor/compiler-rt/dist/lib/fuzzer/FuzzerCorpus.h (contents, props changed) vendor/compiler-rt/dist/lib/fuzzer/FuzzerDefs.h (contents, props changed) vendor/compiler-rt/dist/lib/fuzzer/FuzzerDictionary.h (contents, props changed) vendor/compiler-rt/dist/lib/fuzzer/FuzzerDriver.cpp (contents, props changed) vendor/compiler-rt/dist/lib/fuzzer/FuzzerExtFunctions.def vendor/compiler-rt/dist/lib/fuzzer/FuzzerExtFunctionsWeak.cpp (contents, props changed) vendor/compiler-rt/dist/lib/fuzzer/FuzzerExtraCounters.cpp (contents, props changed) vendor/compiler-rt/dist/lib/fuzzer/FuzzerFlags.def vendor/compiler-rt/dist/lib/fuzzer/FuzzerIO.cpp (contents, props changed) vendor/compiler-rt/dist/lib/fuzzer/FuzzerIO.h (contents, props changed) vendor/compiler-rt/dist/lib/fuzzer/FuzzerIOPosix.cpp (contents, props changed) vendor/compiler-rt/dist/lib/fuzzer/FuzzerInterface.h (contents, props changed) vendor/compiler-rt/dist/lib/fuzzer/FuzzerInternal.h (contents, props changed) vendor/compiler-rt/dist/lib/fuzzer/FuzzerLoop.cpp (contents, props changed) vendor/compiler-rt/dist/lib/fuzzer/FuzzerMain.cpp (contents, props changed) vendor/compiler-rt/dist/lib/fuzzer/FuzzerMutate.cpp (contents, props changed) vendor/compiler-rt/dist/lib/fuzzer/FuzzerMutate.h (contents, props changed) vendor/compiler-rt/dist/lib/fuzzer/FuzzerOptions.h (contents, props changed) vendor/compiler-rt/dist/lib/fuzzer/FuzzerShmemPosix.cpp (contents, props changed) vendor/compiler-rt/dist/lib/fuzzer/FuzzerTracePC.cpp (contents, props changed) vendor/compiler-rt/dist/lib/fuzzer/FuzzerTracePC.h (contents, props changed) vendor/compiler-rt/dist/lib/fuzzer/FuzzerUtil.cpp (contents, props changed) vendor/compiler-rt/dist/lib/fuzzer/FuzzerUtil.h (contents, props changed) vendor/compiler-rt/dist/lib/fuzzer/FuzzerUtilFuchsia.cpp (contents, props changed) vendor/compiler-rt/dist/lib/fuzzer/FuzzerUtilLinux.cpp (contents, props changed) vendor/compiler-rt/dist/lib/fuzzer/FuzzerUtilPosix.cpp (contents, props changed) vendor/compiler-rt/dist/lib/fuzzer/afl/afl_driver.cpp (contents, props changed) vendor/compiler-rt/dist/lib/fuzzer/build.sh (contents, props changed) vendor/compiler-rt/dist/lib/fuzzer/scripts/unbalanced_allocs.py (contents, props changed) vendor/compiler-rt/dist/lib/fuzzer/tests/CMakeLists.txt (contents, props changed) vendor/compiler-rt/dist/lib/fuzzer/tests/FuzzerUnittest.cpp (contents, props changed) vendor/compiler-rt/dist/lib/hwasan/.clang-format vendor/compiler-rt/dist/lib/hwasan/CMakeLists.txt (contents, props changed) vendor/compiler-rt/dist/lib/hwasan/hwasan.cc (contents, props changed) vendor/compiler-rt/dist/lib/hwasan/hwasan.h (contents, props changed) vendor/compiler-rt/dist/lib/hwasan/hwasan_allocator.cc (contents, props changed) vendor/compiler-rt/dist/lib/hwasan/hwasan_flags.inc (contents, props changed) vendor/compiler-rt/dist/lib/hwasan/hwasan_interceptors.cc (contents, props changed) vendor/compiler-rt/dist/lib/hwasan/hwasan_interface_internal.h (contents, props changed) vendor/compiler-rt/dist/lib/hwasan/hwasan_linux.cc (contents, props changed) vendor/compiler-rt/dist/lib/hwasan/hwasan_new_delete.cc (contents, props changed) vendor/compiler-rt/dist/lib/hwasan/hwasan_poisoning.cc (contents, props changed) vendor/compiler-rt/dist/lib/hwasan/hwasan_report.cc (contents, props changed) vendor/compiler-rt/dist/lib/hwasan/hwasan_thread.cc (contents, props changed) vendor/compiler-rt/dist/lib/hwasan/hwasan_thread.h (contents, props changed) vendor/compiler-rt/dist/lib/interception/.clang-format vendor/compiler-rt/dist/lib/interception/CMakeLists.txt vendor/compiler-rt/dist/lib/interception/interception.h vendor/compiler-rt/dist/lib/interception/interception_linux.cc vendor/compiler-rt/dist/lib/interception/interception_linux.h vendor/compiler-rt/dist/lib/interception/interception_win.cc vendor/compiler-rt/dist/lib/lsan/.clang-format vendor/compiler-rt/dist/lib/lsan/CMakeLists.txt vendor/compiler-rt/dist/lib/lsan/lsan.cc vendor/compiler-rt/dist/lib/lsan/lsan_allocator.cc vendor/compiler-rt/dist/lib/lsan/lsan_allocator.h vendor/compiler-rt/dist/lib/lsan/lsan_common.cc vendor/compiler-rt/dist/lib/lsan/lsan_common.h vendor/compiler-rt/dist/lib/lsan/lsan_common_mac.cc (contents, props changed) vendor/compiler-rt/dist/lib/lsan/lsan_interceptors.cc vendor/compiler-rt/dist/lib/lsan/lsan_malloc_mac.cc (contents, props changed) vendor/compiler-rt/dist/lib/lsan/lsan_thread.cc vendor/compiler-rt/dist/lib/msan/.clang-format vendor/compiler-rt/dist/lib/msan/CMakeLists.txt vendor/compiler-rt/dist/lib/msan/msan.cc vendor/compiler-rt/dist/lib/msan/msan.h vendor/compiler-rt/dist/lib/msan/msan_allocator.cc vendor/compiler-rt/dist/lib/msan/msan_interceptors.cc vendor/compiler-rt/dist/lib/msan/msan_interface_internal.h vendor/compiler-rt/dist/lib/msan/msan_linux.cc vendor/compiler-rt/dist/lib/msan/msan_new_delete.cc vendor/compiler-rt/dist/lib/msan/msan_poisoning.cc (contents, props changed) vendor/compiler-rt/dist/lib/msan/msan_report.cc vendor/compiler-rt/dist/lib/msan/tests/CMakeLists.txt vendor/compiler-rt/dist/lib/msan/tests/msan_test.cc vendor/compiler-rt/dist/lib/profile/CMakeLists.txt vendor/compiler-rt/dist/lib/profile/GCDAProfiling.c vendor/compiler-rt/dist/lib/profile/InstrProfData.inc (contents, props changed) vendor/compiler-rt/dist/lib/profile/InstrProfiling.h (contents, props changed) vendor/compiler-rt/dist/lib/profile/InstrProfilingFile.c (contents, props changed) vendor/compiler-rt/dist/lib/profile/InstrProfilingMerge.c (contents, props changed) vendor/compiler-rt/dist/lib/profile/InstrProfilingMergeFile.c (contents, props changed) vendor/compiler-rt/dist/lib/profile/InstrProfilingPlatformLinux.c (contents, props changed) vendor/compiler-rt/dist/lib/profile/InstrProfilingPort.h (contents, props changed) vendor/compiler-rt/dist/lib/profile/InstrProfilingUtil.c (contents, props changed) vendor/compiler-rt/dist/lib/profile/InstrProfilingValue.c (contents, props changed) vendor/compiler-rt/dist/lib/safestack/.clang-format vendor/compiler-rt/dist/lib/safestack/safestack.cc (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/.clang-format vendor/compiler-rt/dist/lib/sanitizer_common/CMakeLists.txt vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_allocator.cc vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_allocator.h vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_allocator_bytemap.h (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_allocator_checks.h (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_allocator_combined.h (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_allocator_internal.h (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_allocator_local_cache.h (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_allocator_primary32.h (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_allocator_primary64.h (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_allocator_secondary.h (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_allocator_size_class_map.h (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_allocator_stats.h (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_atomic_clang_other.h (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_common.cc vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_common.h vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_common_interceptors.inc vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_common_interceptors_ioctl.inc (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_common_interface.inc (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_common_libcdep.cc vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_common_nolibc.cc (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_coverage_fuchsia.cc (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_coverage_libcdep_new.cc (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_deadlock_detector2.cc (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_errno.h (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_file.cc (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_flag_parser.h (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_flags.cc vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_flags.inc (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_fuchsia.cc (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_getauxval.h (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_interface_internal.h (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_internal_defs.h vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_libc.cc vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_libc.h vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_libignore.cc (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_libignore.h (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_linux.cc vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_linux.h vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_linux_libcdep.cc vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_linux_s390.cc (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_mac.cc vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_malloc_mac.inc (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_platform.h vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_platform_interceptors.h vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_platform_limits_netbsd.cc (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_platform_limits_netbsd.h (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_platform_limits_posix.cc vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_platform_limits_posix.h vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_platform_limits_solaris.h (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_posix.cc vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_posix.h (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_posix_libcdep.cc vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_printf.cc vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_procmaps.h vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_procmaps_common.cc (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_quarantine.h vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_report_decorator.h vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_stackdepot.cc vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_stacktrace.cc vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_stacktrace.h vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_stacktrace_printer.cc (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cc vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_suppressions.cc (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_symbolizer.h vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_symbolizer_libcdep.cc vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cc (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_symbolizer_win.cc vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_syscall_generic.inc vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_tls_get_addr.cc (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_unwind_linux_libcdep.cc (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_vector.h (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_win.cc vendor/compiler-rt/dist/lib/sanitizer_common/symbolizer/scripts/build_symbolizer.sh (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/symbolizer/scripts/global_symbols.txt (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/tests/CMakeLists.txt vendor/compiler-rt/dist/lib/sanitizer_common/tests/sanitizer_allocator_test.cc vendor/compiler-rt/dist/lib/sanitizer_common/tests/sanitizer_common_test.cc vendor/compiler-rt/dist/lib/sanitizer_common/tests/sanitizer_libc_test.cc vendor/compiler-rt/dist/lib/sanitizer_common/tests/sanitizer_linux_test.cc vendor/compiler-rt/dist/lib/sanitizer_common/tests/sanitizer_printf_test.cc vendor/compiler-rt/dist/lib/sanitizer_common/tests/sanitizer_procmaps_test.cc (contents, props changed) vendor/compiler-rt/dist/lib/sanitizer_common/tests/sanitizer_test_utils.h vendor/compiler-rt/dist/lib/sanitizer_common/tests/sanitizer_vector_test.cc (contents, props changed) vendor/compiler-rt/dist/lib/scudo/CMakeLists.txt (contents, props changed) vendor/compiler-rt/dist/lib/scudo/scudo_allocator.cpp (contents, props changed) vendor/compiler-rt/dist/lib/scudo/scudo_allocator.h (contents, props changed) vendor/compiler-rt/dist/lib/scudo/scudo_allocator_combined.h (contents, props changed) vendor/compiler-rt/dist/lib/scudo/scudo_allocator_secondary.h (contents, props changed) vendor/compiler-rt/dist/lib/scudo/scudo_flags.cpp (contents, props changed) vendor/compiler-rt/dist/lib/scudo/scudo_interface_internal.h (contents, props changed) vendor/compiler-rt/dist/lib/scudo/scudo_new_delete.cpp (contents, props changed) vendor/compiler-rt/dist/lib/scudo/scudo_platform.h (contents, props changed) vendor/compiler-rt/dist/lib/scudo/scudo_termination.cpp (contents, props changed) vendor/compiler-rt/dist/lib/scudo/scudo_tsd.h (contents, props changed) vendor/compiler-rt/dist/lib/scudo/scudo_tsd_exclusive.cpp (contents, props changed) vendor/compiler-rt/dist/lib/scudo/scudo_tsd_exclusive.inc (contents, props changed) vendor/compiler-rt/dist/lib/scudo/scudo_tsd_shared.cpp (contents, props changed) vendor/compiler-rt/dist/lib/scudo/scudo_tsd_shared.inc (contents, props changed) vendor/compiler-rt/dist/lib/scudo/scudo_utils.cpp (contents, props changed) vendor/compiler-rt/dist/lib/stats/CMakeLists.txt (contents, props changed) vendor/compiler-rt/dist/lib/stats/stats.cc (contents, props changed) vendor/compiler-rt/dist/lib/tsan/.clang-format vendor/compiler-rt/dist/lib/tsan/CMakeLists.txt vendor/compiler-rt/dist/lib/tsan/dd/CMakeLists.txt (contents, props changed) vendor/compiler-rt/dist/lib/tsan/go/buildgo.sh vendor/compiler-rt/dist/lib/tsan/go/test.c vendor/compiler-rt/dist/lib/tsan/go/tsan_go.cc vendor/compiler-rt/dist/lib/tsan/rtl/tsan_debugging.cc (contents, props changed) vendor/compiler-rt/dist/lib/tsan/rtl/tsan_interceptors.cc vendor/compiler-rt/dist/lib/tsan/rtl/tsan_interceptors_mac.cc (contents, props changed) vendor/compiler-rt/dist/lib/tsan/rtl/tsan_interface.h vendor/compiler-rt/dist/lib/tsan/rtl/tsan_malloc_mac.cc (contents, props changed) vendor/compiler-rt/dist/lib/tsan/rtl/tsan_mman.cc vendor/compiler-rt/dist/lib/tsan/rtl/tsan_new_delete.cc (contents, props changed) vendor/compiler-rt/dist/lib/tsan/rtl/tsan_platform.h vendor/compiler-rt/dist/lib/tsan/rtl/tsan_platform_linux.cc vendor/compiler-rt/dist/lib/tsan/rtl/tsan_platform_posix.cc (contents, props changed) vendor/compiler-rt/dist/lib/tsan/rtl/tsan_rtl.cc vendor/compiler-rt/dist/lib/tsan/rtl/tsan_rtl.h vendor/compiler-rt/dist/lib/tsan/rtl/tsan_rtl_mutex.cc vendor/compiler-rt/dist/lib/tsan/rtl/tsan_rtl_report.cc vendor/compiler-rt/dist/lib/tsan/rtl/tsan_stack_trace.cc (contents, props changed) vendor/compiler-rt/dist/lib/tsan/rtl/tsan_stack_trace.h (contents, props changed) vendor/compiler-rt/dist/lib/tsan/rtl/tsan_suppressions.cc vendor/compiler-rt/dist/lib/tsan/rtl/tsan_symbolize.cc vendor/compiler-rt/dist/lib/tsan/rtl/tsan_sync.cc vendor/compiler-rt/dist/lib/tsan/tests/CMakeLists.txt vendor/compiler-rt/dist/lib/tsan/tests/unit/tsan_mman_test.cc vendor/compiler-rt/dist/lib/ubsan/CMakeLists.txt vendor/compiler-rt/dist/lib/ubsan/ubsan_diag.cc vendor/compiler-rt/dist/lib/ubsan/ubsan_diag.h vendor/compiler-rt/dist/lib/ubsan/ubsan_flags.cc (contents, props changed) vendor/compiler-rt/dist/lib/ubsan/ubsan_flags.inc (contents, props changed) vendor/compiler-rt/dist/lib/ubsan/ubsan_handlers.cc vendor/compiler-rt/dist/lib/ubsan/ubsan_handlers.h vendor/compiler-rt/dist/lib/ubsan/ubsan_handlers_cxx.cc vendor/compiler-rt/dist/lib/ubsan/ubsan_interface.inc (contents, props changed) vendor/compiler-rt/dist/lib/ubsan/ubsan_platform.h (contents, props changed) vendor/compiler-rt/dist/lib/ubsan/ubsan_signals_standalone.cc (contents, props changed) vendor/compiler-rt/dist/lib/ubsan/ubsan_win_weak_interception.cc (contents, props changed) vendor/compiler-rt/dist/lib/ubsan_minimal/CMakeLists.txt (contents, props changed) vendor/compiler-rt/dist/lib/ubsan_minimal/ubsan_minimal_handlers.cc (contents, props changed) vendor/compiler-rt/dist/lib/xray/CMakeLists.txt (contents, props changed) vendor/compiler-rt/dist/lib/xray/tests/CMakeLists.txt (contents, props changed) vendor/compiler-rt/dist/lib/xray/tests/unit/CMakeLists.txt (contents, props changed) vendor/compiler-rt/dist/lib/xray/tests/unit/buffer_queue_test.cc (contents, props changed) vendor/compiler-rt/dist/lib/xray/tests/unit/fdr_logging_test.cc (contents, props changed) vendor/compiler-rt/dist/lib/xray/xray_AArch64.cc (contents, props changed) vendor/compiler-rt/dist/lib/xray/xray_arm.cc (contents, props changed) vendor/compiler-rt/dist/lib/xray/xray_buffer_queue.cc (contents, props changed) vendor/compiler-rt/dist/lib/xray/xray_buffer_queue.h (contents, props changed) vendor/compiler-rt/dist/lib/xray/xray_fdr_log_records.h (contents, props changed) vendor/compiler-rt/dist/lib/xray/xray_fdr_logging.cc (contents, props changed) vendor/compiler-rt/dist/lib/xray/xray_flags.cc (contents, props changed) vendor/compiler-rt/dist/lib/xray/xray_flags.h (contents, props changed) vendor/compiler-rt/dist/lib/xray/xray_flags.inc (contents, props changed) vendor/compiler-rt/dist/lib/xray/xray_init.cc (contents, props changed) vendor/compiler-rt/dist/lib/xray/xray_interface.cc (contents, props changed) vendor/compiler-rt/dist/lib/xray/xray_interface_internal.h (contents, props changed) vendor/compiler-rt/dist/lib/xray/xray_log_interface.cc (contents, props changed) vendor/compiler-rt/dist/lib/xray/xray_mips.cc (contents, props changed) vendor/compiler-rt/dist/lib/xray/xray_mips64.cc (contents, props changed) vendor/compiler-rt/dist/lib/xray/xray_powerpc64.cc (contents, props changed) vendor/compiler-rt/dist/lib/xray/xray_trampoline_x86_64.S (contents, props changed) vendor/compiler-rt/dist/lib/xray/xray_utils.cc (contents, props changed) vendor/compiler-rt/dist/lib/xray/xray_utils.h (contents, props changed) vendor/compiler-rt/dist/lib/xray/xray_x86_64.cc (contents, props changed) vendor/compiler-rt/dist/lib/xray/xray_x86_64.inc (contents, props changed) vendor/compiler-rt/dist/test/CMakeLists.txt (contents, props changed) vendor/compiler-rt/dist/test/asan/CMakeLists.txt (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Darwin/asan_gen_prefixes.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Darwin/odr-lto.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/activation-options.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/allocator_oom_test.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/clang_gcc_abi.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/clone_test.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/coverage-missing.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/interception_readdir_r_test.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/local_alias.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/odr-violation.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/quarantine_size_mb.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/stack-trace-dlclose.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/syscalls.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Posix/asan-sigbus.cpp (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Posix/asan-symbolize-bad-path.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Posix/concurrent_overflow.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Posix/coverage-fork.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Posix/coverage-reset.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Posix/coverage.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Posix/fread_fwrite.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Posix/glob.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Posix/invalid-pointer-pairs-threads.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Posix/ioctl.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Posix/mmap_limit_mb.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Posix/no_asan_gen_globals.c (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Posix/shared-lib-test.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Posix/stack-use-after-return.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Posix/start-deactivated.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Posix/strndup_oob_test.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Posix/strndup_oob_test2.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/coverage-basic.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/oom.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/alloca_constant_size.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/alloca_loop_unpoisoning.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/alloca_vla_interact.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/coverage-and-lsan.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/coverage-disabled.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/debug_double_free.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/debug_ppc64_mapping.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/debug_report.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/heavy_uar_test.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/invalid-pointer-pairs-compare-errors.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/invalid-pointer-pairs-compare-success.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/invalid-pointer-pairs-subtract-errors.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/invalid-pointer-pairs-subtract-success.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/malloc-no-intercept.c (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/non-executable-pc.cpp (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/null_deref.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/printf-4.c (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/scariness_score_test.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/strdup_oob_test.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/suppressions-exec-relative-location.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/suppressions-library.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/throw_invoke_test.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/TestCases/verbose-log-path_test.cc (contents, props changed) vendor/compiler-rt/dist/test/asan/lit.cfg vendor/compiler-rt/dist/test/asan/lit.site.cfg.in (contents, props changed) vendor/compiler-rt/dist/test/builtins/CMakeLists.txt (contents, props changed) vendor/compiler-rt/dist/test/builtins/TestCases/Darwin/os_version_check_test.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/TestCases/Darwin/os_version_check_test_no_core_foundation.c (contents, props changed) vendor/compiler-rt/dist/test/builtins/Unit/lit.cfg vendor/compiler-rt/dist/test/cfi/CMakeLists.txt (contents, props changed) vendor/compiler-rt/dist/test/cfi/create-derivers.test vendor/compiler-rt/dist/test/cfi/cross-dso/icall/dlopen.cpp (contents, props changed) vendor/compiler-rt/dist/test/cfi/lit.site.cfg.in (contents, props changed) vendor/compiler-rt/dist/test/cfi/simple-pass.cpp (contents, props changed) vendor/compiler-rt/dist/test/cfi/target_uninstrumented.cpp (contents, props changed) vendor/compiler-rt/dist/test/dfsan/custom.cc (contents, props changed) vendor/compiler-rt/dist/test/fuzzer/AbsNegAndConstant64Test.cpp (contents, props changed) vendor/compiler-rt/dist/test/fuzzer/AbsNegAndConstantTest.cpp (contents, props changed) vendor/compiler-rt/dist/test/fuzzer/CMakeLists.txt (contents, props changed) vendor/compiler-rt/dist/test/fuzzer/CleanseTest.cpp (contents, props changed) vendor/compiler-rt/dist/test/fuzzer/LeakTest.cpp (contents, props changed) vendor/compiler-rt/dist/test/fuzzer/NullDerefTest.cpp (contents, props changed) vendor/compiler-rt/dist/test/fuzzer/ShrinkValueProfileTest.cpp (contents, props changed) vendor/compiler-rt/dist/test/fuzzer/SimpleCmpTest.cpp (contents, props changed) vendor/compiler-rt/dist/test/fuzzer/SwapCmpTest.cpp (contents, props changed) vendor/compiler-rt/dist/test/fuzzer/ThreadedLeakTest.cpp (contents, props changed) vendor/compiler-rt/dist/test/fuzzer/TraceMallocThreadedTest.cpp (contents, props changed) vendor/compiler-rt/dist/test/fuzzer/afl-driver-extra-stats.test vendor/compiler-rt/dist/test/fuzzer/afl-driver-stderr.test vendor/compiler-rt/dist/test/fuzzer/afl-driver.test vendor/compiler-rt/dist/test/fuzzer/bad-strcmp.test vendor/compiler-rt/dist/test/fuzzer/caller-callee.test vendor/compiler-rt/dist/test/fuzzer/cleanse.test vendor/compiler-rt/dist/test/fuzzer/coverage.test vendor/compiler-rt/dist/test/fuzzer/cxxstring.test vendor/compiler-rt/dist/test/fuzzer/deep-recursion.test vendor/compiler-rt/dist/test/fuzzer/disable-leaks.test vendor/compiler-rt/dist/test/fuzzer/dump_coverage.test vendor/compiler-rt/dist/test/fuzzer/equivalence-signals.test vendor/compiler-rt/dist/test/fuzzer/equivalence.test vendor/compiler-rt/dist/test/fuzzer/exit-report.test vendor/compiler-rt/dist/test/fuzzer/exit_on_src_pos.test vendor/compiler-rt/dist/test/fuzzer/extra-counters.test vendor/compiler-rt/dist/test/fuzzer/fuzzer-customcrossover.test vendor/compiler-rt/dist/test/fuzzer/fuzzer-customcrossoverandmutate.test vendor/compiler-rt/dist/test/fuzzer/fuzzer-custommutator.test vendor/compiler-rt/dist/test/fuzzer/fuzzer-dict.test vendor/compiler-rt/dist/test/fuzzer/fuzzer-dirs.test vendor/compiler-rt/dist/test/fuzzer/fuzzer-fdmask.test vendor/compiler-rt/dist/test/fuzzer/fuzzer-finalstats.test vendor/compiler-rt/dist/test/fuzzer/fuzzer-flags.test vendor/compiler-rt/dist/test/fuzzer/fuzzer-leak.test vendor/compiler-rt/dist/test/fuzzer/fuzzer-oom-with-profile.test vendor/compiler-rt/dist/test/fuzzer/fuzzer-oom.test vendor/compiler-rt/dist/test/fuzzer/fuzzer-printcovpcs.test vendor/compiler-rt/dist/test/fuzzer/fuzzer-runs.test vendor/compiler-rt/dist/test/fuzzer/fuzzer-seed.test vendor/compiler-rt/dist/test/fuzzer/fuzzer-segv.test vendor/compiler-rt/dist/test/fuzzer/fuzzer-singleinputs.test vendor/compiler-rt/dist/test/fuzzer/fuzzer-threaded.test vendor/compiler-rt/dist/test/fuzzer/fuzzer-timeout.test vendor/compiler-rt/dist/test/fuzzer/fuzzer-ubsan.test vendor/compiler-rt/dist/test/fuzzer/gc-sections.test vendor/compiler-rt/dist/test/fuzzer/lit.cfg vendor/compiler-rt/dist/test/fuzzer/lit.site.cfg.in (contents, props changed) vendor/compiler-rt/dist/test/fuzzer/max-number-of-runs.test vendor/compiler-rt/dist/test/fuzzer/memcmp.test vendor/compiler-rt/dist/test/fuzzer/memcmp64.test vendor/compiler-rt/dist/test/fuzzer/merge-control-file.test vendor/compiler-rt/dist/test/fuzzer/merge-posix.test vendor/compiler-rt/dist/test/fuzzer/merge-sigusr.test vendor/compiler-rt/dist/test/fuzzer/merge-summary.test vendor/compiler-rt/dist/test/fuzzer/merge.test vendor/compiler-rt/dist/test/fuzzer/minimize_crash.test vendor/compiler-rt/dist/test/fuzzer/minimize_two_crashes.test vendor/compiler-rt/dist/test/fuzzer/overwrite-input.test vendor/compiler-rt/dist/test/fuzzer/print-func.test vendor/compiler-rt/dist/test/fuzzer/recommended-dictionary.test vendor/compiler-rt/dist/test/fuzzer/reduce_inputs.test vendor/compiler-rt/dist/test/fuzzer/repeated-bytes.test vendor/compiler-rt/dist/test/fuzzer/shrink.test vendor/compiler-rt/dist/test/fuzzer/sigusr.test vendor/compiler-rt/dist/test/fuzzer/simple-cmp.test vendor/compiler-rt/dist/test/fuzzer/standalone.test vendor/compiler-rt/dist/test/fuzzer/strcmp.test vendor/compiler-rt/dist/test/fuzzer/strncmp.test vendor/compiler-rt/dist/test/fuzzer/strstr.test vendor/compiler-rt/dist/test/fuzzer/swap-cmp.test vendor/compiler-rt/dist/test/fuzzer/trace-malloc-2.test vendor/compiler-rt/dist/test/fuzzer/trace-malloc-threaded.test vendor/compiler-rt/dist/test/fuzzer/trace-malloc-unbalanced.test vendor/compiler-rt/dist/test/fuzzer/trace-malloc.test vendor/compiler-rt/dist/test/fuzzer/trace-pc.test vendor/compiler-rt/dist/test/fuzzer/ulimit.test vendor/compiler-rt/dist/test/fuzzer/value-profile-cmp.test vendor/compiler-rt/dist/test/fuzzer/value-profile-cmp2.test vendor/compiler-rt/dist/test/fuzzer/value-profile-cmp3.test vendor/compiler-rt/dist/test/fuzzer/value-profile-cmp4.test vendor/compiler-rt/dist/test/fuzzer/value-profile-div.test vendor/compiler-rt/dist/test/fuzzer/value-profile-load.test vendor/compiler-rt/dist/test/fuzzer/value-profile-mem.test vendor/compiler-rt/dist/test/fuzzer/value-profile-set.test vendor/compiler-rt/dist/test/fuzzer/value-profile-strcmp.test vendor/compiler-rt/dist/test/fuzzer/value-profile-strncmp.test vendor/compiler-rt/dist/test/fuzzer/value-profile-switch.test vendor/compiler-rt/dist/test/hwasan/lit.cfg vendor/compiler-rt/dist/test/lit.common.cfg vendor/compiler-rt/dist/test/lit.common.configured.in (contents, props changed) vendor/compiler-rt/dist/test/lsan/TestCases/Linux/use_tls_dynamic.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/Linux/sendmsg.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/coverage-levels.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/dtls_test.c (contents, props changed) vendor/compiler-rt/dist/test/msan/dtor-member.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/getutent.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/iconv.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/lit.cfg vendor/compiler-rt/dist/test/msan/mmap.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/pthread_getattr_np_deadlock.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/pthread_getname_np.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/strlen_of_shadow.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/textdomain.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/tls_reuse.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/tsearch.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/tzset.cc (contents, props changed) vendor/compiler-rt/dist/test/msan/use-after-dtor.cc (contents, props changed) vendor/compiler-rt/dist/test/profile/Inputs/instrprof-dlopen-func.c (contents, props changed) vendor/compiler-rt/dist/test/profile/Inputs/instrprof-dlopen-func2.c (contents, props changed) vendor/compiler-rt/dist/test/profile/Linux/counter_promo_nest.c (contents, props changed) vendor/compiler-rt/dist/test/profile/instrprof-darwin-dead-strip.c (contents, props changed) vendor/compiler-rt/dist/test/profile/instrprof-path.c (contents, props changed) vendor/compiler-rt/dist/test/profile/instrprof-reset-counters.c (contents, props changed) vendor/compiler-rt/dist/test/profile/instrprof-visibility.cpp (contents, props changed) vendor/compiler-rt/dist/test/sanitizer_common/CMakeLists.txt (contents, props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/Linux/hard_rss_limit_mb_test.cc (contents, props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/Linux/soft_rss_limit_mb_test.cc (contents, props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/Linux/sysconf_interceptor_bypass_test.cc (contents, props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/Posix/getpass.cc (contents, props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/Posix/sanitizer_set_death_callback_test.cc (contents, props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/get_module_and_offset_for_pc.cc (contents, props changed) vendor/compiler-rt/dist/test/sanitizer_common/lit.common.cfg vendor/compiler-rt/dist/test/scudo/alignment.c (contents, props changed) vendor/compiler-rt/dist/test/scudo/double-free.cpp (contents, props changed) vendor/compiler-rt/dist/test/scudo/interface.cpp (contents, props changed) vendor/compiler-rt/dist/test/scudo/lit.cfg vendor/compiler-rt/dist/test/scudo/memalign.c (contents, props changed) vendor/compiler-rt/dist/test/scudo/mismatch.cpp (contents, props changed) vendor/compiler-rt/dist/test/scudo/preload.cpp (contents, props changed) vendor/compiler-rt/dist/test/scudo/random_shuffle.cpp (contents, props changed) vendor/compiler-rt/dist/test/scudo/realloc.cpp (contents, props changed) vendor/compiler-rt/dist/test/scudo/sized-delete.cpp (contents, props changed) vendor/compiler-rt/dist/test/scudo/sizes.cpp (contents, props changed) vendor/compiler-rt/dist/test/scudo/valloc.c (contents, props changed) vendor/compiler-rt/dist/test/tsan/CMakeLists.txt (contents, props changed) vendor/compiler-rt/dist/test/tsan/Darwin/norace-objcxx-run-time.mm vendor/compiler-rt/dist/test/tsan/global_race.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/ignore_lib0.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/ignore_lib1.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/ignore_lib2.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/ignore_lib3.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/ignore_lib4.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/ignore_lib5.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/ignored-interceptors-mmap.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/java_symbolization.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/lit.cfg vendor/compiler-rt/dist/test/tsan/lit.site.cfg.in (contents, props changed) vendor/compiler-rt/dist/test/tsan/simple_stack2.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/static_init6.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/strerror_r.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/test.h (contents, props changed) vendor/compiler-rt/dist/test/tsan/thread_name.cc (contents, props changed) vendor/compiler-rt/dist/test/tsan/tls_race2.cc (contents, props changed) vendor/compiler-rt/dist/test/ubsan/CMakeLists.txt (contents, props changed) vendor/compiler-rt/dist/test/ubsan/TestCases/Float/cast-overflow.cpp (contents, props changed) vendor/compiler-rt/dist/test/ubsan/TestCases/Integer/negate-overflow.cpp (contents, props changed) vendor/compiler-rt/dist/test/ubsan/TestCases/Integer/no-recover.cpp (contents, props changed) vendor/compiler-rt/dist/test/ubsan/TestCases/Integer/suppressions.cpp (contents, props changed) vendor/compiler-rt/dist/test/ubsan/TestCases/Misc/coverage-levels.cc (contents, props changed) vendor/compiler-rt/dist/test/ubsan/TestCases/Misc/missing_return.cpp (contents, props changed) vendor/compiler-rt/dist/test/ubsan/TestCases/TypeCheck/Function/function.cpp (contents, props changed) vendor/compiler-rt/dist/test/ubsan/TestCases/TypeCheck/misaligned.cpp (contents, props changed) vendor/compiler-rt/dist/test/ubsan/TestCases/TypeCheck/vptr.cpp (contents, props changed) vendor/compiler-rt/dist/test/ubsan/lit.common.cfg vendor/compiler-rt/dist/test/ubsan_minimal/CMakeLists.txt (contents, props changed) vendor/compiler-rt/dist/test/ubsan_minimal/lit.common.cfg vendor/compiler-rt/dist/test/xray/CMakeLists.txt (contents, props changed) vendor/compiler-rt/dist/test/xray/lit.cfg Directory Properties: vendor/compiler-rt/dist/CODE_OWNERS.TXT (props changed) vendor/compiler-rt/dist/include/sanitizer/allocator_interface.h (props changed) vendor/compiler-rt/dist/include/sanitizer/coverage_interface.h (props changed) vendor/compiler-rt/dist/include/sanitizer/dfsan_interface.h (props changed) vendor/compiler-rt/dist/include/sanitizer/esan_interface.h (props changed) vendor/compiler-rt/dist/include/sanitizer/hwasan_interface.h (props changed) vendor/compiler-rt/dist/include/sanitizer/lsan_interface.h (props changed) vendor/compiler-rt/dist/include/sanitizer/tsan_interface.h (props changed) vendor/compiler-rt/dist/include/sanitizer/tsan_interface_atomic.h (props changed) vendor/compiler-rt/dist/lib/BlocksRuntime/Block.h (props changed) vendor/compiler-rt/dist/lib/BlocksRuntime/Block_private.h (props changed) vendor/compiler-rt/dist/lib/BlocksRuntime/data.c (props changed) vendor/compiler-rt/dist/lib/BlocksRuntime/runtime.c (props changed) vendor/compiler-rt/dist/lib/asan/asan_activation.cc (props changed) vendor/compiler-rt/dist/lib/asan/asan_activation.h (props changed) vendor/compiler-rt/dist/lib/asan/asan_activation_flags.inc (props changed) vendor/compiler-rt/dist/lib/asan/asan_fuchsia.cc (props changed) vendor/compiler-rt/dist/lib/asan/asan_init_version.h (props changed) vendor/compiler-rt/dist/lib/asan/asan_interface.inc (props changed) vendor/compiler-rt/dist/lib/asan/asan_premap_shadow.cc (props changed) vendor/compiler-rt/dist/lib/asan/asan_premap_shadow.h (props changed) vendor/compiler-rt/dist/lib/asan/asan_scariness_score.h (props changed) vendor/compiler-rt/dist/lib/asan/asan_suppressions.cc (props changed) vendor/compiler-rt/dist/lib/asan/asan_suppressions.h (props changed) vendor/compiler-rt/dist/lib/asan/asan_win_dynamic_runtime_thunk.cc (props changed) vendor/compiler-rt/dist/lib/asan/asan_win_weak_interception.cc (props changed) vendor/compiler-rt/dist/lib/asan/scripts/CMakeLists.txt (props changed) vendor/compiler-rt/dist/lib/asan/tests/asan_asm_test.cc (props changed) vendor/compiler-rt/dist/lib/asan/tests/asan_fake_stack_test.cc (props changed) vendor/compiler-rt/dist/lib/asan/tests/asan_interface_test.cc (props changed) vendor/compiler-rt/dist/lib/asan/tests/asan_internal_interface_test.cc (props changed) vendor/compiler-rt/dist/lib/asan/weak_symbols.txt (props changed) vendor/compiler-rt/dist/lib/builtins/Darwin-excludes/10.4.txt (props changed) vendor/compiler-rt/dist/lib/builtins/Darwin-excludes/CMakeLists.txt (props changed) vendor/compiler-rt/dist/lib/builtins/Darwin-excludes/README.TXT (props changed) vendor/compiler-rt/dist/lib/builtins/Darwin-excludes/ios-armv7.txt (props changed) vendor/compiler-rt/dist/lib/builtins/Darwin-excludes/ios-armv7s.txt (props changed) vendor/compiler-rt/dist/lib/builtins/Darwin-excludes/ios.txt (props changed) vendor/compiler-rt/dist/lib/builtins/Darwin-excludes/ios6-armv7.txt (props changed) vendor/compiler-rt/dist/lib/builtins/Darwin-excludes/ios6-armv7s.txt (props changed) vendor/compiler-rt/dist/lib/builtins/Darwin-excludes/ios7-arm64.txt (props changed) vendor/compiler-rt/dist/lib/builtins/Darwin-excludes/iossim-i386.txt (props changed) vendor/compiler-rt/dist/lib/builtins/Darwin-excludes/iossim-x86_64.txt (props changed) vendor/compiler-rt/dist/lib/builtins/Darwin-excludes/iossim.txt (props changed) vendor/compiler-rt/dist/lib/builtins/Darwin-excludes/osx-i386.txt (props changed) vendor/compiler-rt/dist/lib/builtins/Darwin-excludes/osx.txt (props changed) vendor/compiler-rt/dist/lib/builtins/README.txt (props changed) vendor/compiler-rt/dist/lib/builtins/aarch64/chkstk.S (props changed) vendor/compiler-rt/dist/lib/builtins/absvdi2.c (props changed) vendor/compiler-rt/dist/lib/builtins/absvsi2.c (props changed) vendor/compiler-rt/dist/lib/builtins/absvti2.c (props changed) vendor/compiler-rt/dist/lib/builtins/adddf3.c (props changed) vendor/compiler-rt/dist/lib/builtins/addsf3.c (props changed) vendor/compiler-rt/dist/lib/builtins/addtf3.c (props changed) vendor/compiler-rt/dist/lib/builtins/addvdi3.c (props changed) vendor/compiler-rt/dist/lib/builtins/addvsi3.c (props changed) vendor/compiler-rt/dist/lib/builtins/addvti3.c (props changed) vendor/compiler-rt/dist/lib/builtins/apple_versioning.c (props changed) vendor/compiler-rt/dist/lib/builtins/arm/adddf3vfp.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/addsf3.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/addsf3vfp.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/aeabi_cdcmp.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/aeabi_cdcmpeq_check_nan.c (props changed) vendor/compiler-rt/dist/lib/builtins/arm/aeabi_cfcmp.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/aeabi_cfcmpeq_check_nan.c (props changed) vendor/compiler-rt/dist/lib/builtins/arm/aeabi_dcmp.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/aeabi_div0.c (props changed) vendor/compiler-rt/dist/lib/builtins/arm/aeabi_drsub.c (props changed) vendor/compiler-rt/dist/lib/builtins/arm/aeabi_fcmp.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/aeabi_frsub.c (props changed) vendor/compiler-rt/dist/lib/builtins/arm/aeabi_idivmod.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/aeabi_ldivmod.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/aeabi_memcmp.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/aeabi_memcpy.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/aeabi_memmove.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/aeabi_memset.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/aeabi_uidivmod.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/aeabi_uldivmod.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/bswapdi2.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/bswapsi2.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/clzdi2.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/clzsi2.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/comparesf2.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/divdf3vfp.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/divmodsi4.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/divsf3vfp.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/divsi3.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/eqdf2vfp.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/eqsf2vfp.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/extendsfdf2vfp.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/fixdfsivfp.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/fixsfsivfp.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/fixunsdfsivfp.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/fixunssfsivfp.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/floatsidfvfp.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/floatsisfvfp.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/floatunssidfvfp.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/floatunssisfvfp.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/gedf2vfp.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/gesf2vfp.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/gtdf2vfp.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/gtsf2vfp.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/ledf2vfp.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/lesf2vfp.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/ltdf2vfp.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/ltsf2vfp.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/modsi3.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/muldf3vfp.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/mulsf3vfp.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/nedf2vfp.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/negdf2vfp.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/negsf2vfp.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/nesf2vfp.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/restore_vfp_d8_d15_regs.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/save_vfp_d8_d15_regs.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/subdf3vfp.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/subsf3vfp.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/switch16.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/switch32.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/switch8.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/switchu8.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/sync-ops.h (props changed) vendor/compiler-rt/dist/lib/builtins/arm/sync_fetch_and_add_4.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/sync_fetch_and_add_8.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/sync_fetch_and_and_4.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/sync_fetch_and_and_8.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/sync_fetch_and_max_4.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/sync_fetch_and_max_8.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/sync_fetch_and_min_4.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/sync_fetch_and_min_8.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/sync_fetch_and_nand_4.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/sync_fetch_and_nand_8.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/sync_fetch_and_or_4.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/sync_fetch_and_or_8.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/sync_fetch_and_sub_4.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/sync_fetch_and_sub_8.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/sync_fetch_and_umax_4.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/sync_fetch_and_umax_8.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/sync_fetch_and_umin_4.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/sync_fetch_and_umin_8.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/sync_fetch_and_xor_4.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/sync_fetch_and_xor_8.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/sync_synchronize.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/truncdfsf2vfp.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/udivmodsi4.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/udivsi3.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/umodsi3.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/unorddf2vfp.S (props changed) vendor/compiler-rt/dist/lib/builtins/arm/unordsf2vfp.S (props changed) vendor/compiler-rt/dist/lib/builtins/ashldi3.c (props changed) vendor/compiler-rt/dist/lib/builtins/ashlti3.c (props changed) vendor/compiler-rt/dist/lib/builtins/ashrdi3.c (props changed) vendor/compiler-rt/dist/lib/builtins/ashrti3.c (props changed) vendor/compiler-rt/dist/lib/builtins/assembly.h (props changed) vendor/compiler-rt/dist/lib/builtins/atomic.c (props changed) vendor/compiler-rt/dist/lib/builtins/atomic_flag_clear.c (props changed) vendor/compiler-rt/dist/lib/builtins/atomic_flag_clear_explicit.c (props changed) vendor/compiler-rt/dist/lib/builtins/atomic_flag_test_and_set.c (props changed) vendor/compiler-rt/dist/lib/builtins/atomic_flag_test_and_set_explicit.c (props changed) vendor/compiler-rt/dist/lib/builtins/atomic_signal_fence.c (props changed) vendor/compiler-rt/dist/lib/builtins/atomic_thread_fence.c (props changed) vendor/compiler-rt/dist/lib/builtins/bswapdi2.c (props changed) vendor/compiler-rt/dist/lib/builtins/bswapsi2.c (props changed) vendor/compiler-rt/dist/lib/builtins/clzsi2.c (props changed) vendor/compiler-rt/dist/lib/builtins/clzti2.c (props changed) vendor/compiler-rt/dist/lib/builtins/cmpdi2.c (props changed) vendor/compiler-rt/dist/lib/builtins/cmpti2.c (props changed) vendor/compiler-rt/dist/lib/builtins/comparedf2.c (props changed) vendor/compiler-rt/dist/lib/builtins/comparesf2.c (props changed) vendor/compiler-rt/dist/lib/builtins/comparetf2.c (props changed) vendor/compiler-rt/dist/lib/builtins/ctzsi2.c (props changed) vendor/compiler-rt/dist/lib/builtins/ctzti2.c (props changed) vendor/compiler-rt/dist/lib/builtins/divdc3.c (props changed) vendor/compiler-rt/dist/lib/builtins/divdf3.c (props changed) vendor/compiler-rt/dist/lib/builtins/divdi3.c (props changed) vendor/compiler-rt/dist/lib/builtins/divmoddi4.c (props changed) vendor/compiler-rt/dist/lib/builtins/divmodsi4.c (props changed) vendor/compiler-rt/dist/lib/builtins/divsc3.c (props changed) vendor/compiler-rt/dist/lib/builtins/divsf3.c (props changed) vendor/compiler-rt/dist/lib/builtins/divsi3.c (props changed) vendor/compiler-rt/dist/lib/builtins/divtc3.c (props changed) vendor/compiler-rt/dist/lib/builtins/divtf3.c (props changed) vendor/compiler-rt/dist/lib/builtins/divti3.c (props changed) vendor/compiler-rt/dist/lib/builtins/divxc3.c (props changed) vendor/compiler-rt/dist/lib/builtins/enable_execute_stack.c (props changed) vendor/compiler-rt/dist/lib/builtins/eprintf.c (props changed) vendor/compiler-rt/dist/lib/builtins/extenddftf2.c (props changed) vendor/compiler-rt/dist/lib/builtins/extendhfsf2.c (props changed) vendor/compiler-rt/dist/lib/builtins/extendsfdf2.c (props changed) vendor/compiler-rt/dist/lib/builtins/extendsftf2.c (props changed) vendor/compiler-rt/dist/lib/builtins/ffsdi2.c (props changed) vendor/compiler-rt/dist/lib/builtins/ffssi2.c (props changed) vendor/compiler-rt/dist/lib/builtins/ffsti2.c (props changed) vendor/compiler-rt/dist/lib/builtins/fixdfdi.c (props changed) vendor/compiler-rt/dist/lib/builtins/fixdfsi.c (props changed) vendor/compiler-rt/dist/lib/builtins/fixdfti.c (props changed) vendor/compiler-rt/dist/lib/builtins/fixsfdi.c (props changed) vendor/compiler-rt/dist/lib/builtins/fixsfsi.c (props changed) vendor/compiler-rt/dist/lib/builtins/fixsfti.c (props changed) vendor/compiler-rt/dist/lib/builtins/fixtfdi.c (props changed) vendor/compiler-rt/dist/lib/builtins/fixtfsi.c (props changed) vendor/compiler-rt/dist/lib/builtins/fixtfti.c (props changed) vendor/compiler-rt/dist/lib/builtins/fixunsdfdi.c (props changed) vendor/compiler-rt/dist/lib/builtins/fixunsdfsi.c (props changed) vendor/compiler-rt/dist/lib/builtins/fixunsdfti.c (props changed) vendor/compiler-rt/dist/lib/builtins/fixunssfdi.c (props changed) vendor/compiler-rt/dist/lib/builtins/fixunssfsi.c (props changed) vendor/compiler-rt/dist/lib/builtins/fixunssfti.c (props changed) vendor/compiler-rt/dist/lib/builtins/fixunstfdi.c (props changed) vendor/compiler-rt/dist/lib/builtins/fixunstfsi.c (props changed) vendor/compiler-rt/dist/lib/builtins/fixunstfti.c (props changed) vendor/compiler-rt/dist/lib/builtins/fixunsxfdi.c (props changed) vendor/compiler-rt/dist/lib/builtins/fixunsxfsi.c (props changed) vendor/compiler-rt/dist/lib/builtins/fixunsxfti.c (props changed) vendor/compiler-rt/dist/lib/builtins/fixxfdi.c (props changed) vendor/compiler-rt/dist/lib/builtins/fixxfti.c (props changed) vendor/compiler-rt/dist/lib/builtins/floatdidf.c (props changed) vendor/compiler-rt/dist/lib/builtins/floatdisf.c (props changed) vendor/compiler-rt/dist/lib/builtins/floatditf.c (props changed) vendor/compiler-rt/dist/lib/builtins/floatdixf.c (props changed) vendor/compiler-rt/dist/lib/builtins/floatsidf.c (props changed) vendor/compiler-rt/dist/lib/builtins/floatsisf.c (props changed) vendor/compiler-rt/dist/lib/builtins/floatsitf.c (props changed) vendor/compiler-rt/dist/lib/builtins/floattidf.c (props changed) vendor/compiler-rt/dist/lib/builtins/floattisf.c (props changed) vendor/compiler-rt/dist/lib/builtins/floattitf.c (props changed) vendor/compiler-rt/dist/lib/builtins/floattixf.c (props changed) vendor/compiler-rt/dist/lib/builtins/floatundidf.c (props changed) vendor/compiler-rt/dist/lib/builtins/floatundisf.c (props changed) vendor/compiler-rt/dist/lib/builtins/floatunditf.c (props changed) vendor/compiler-rt/dist/lib/builtins/floatundixf.c (props changed) vendor/compiler-rt/dist/lib/builtins/floatunsidf.c (props changed) vendor/compiler-rt/dist/lib/builtins/floatunsisf.c (props changed) vendor/compiler-rt/dist/lib/builtins/floatunsitf.c (props changed) vendor/compiler-rt/dist/lib/builtins/floatuntidf.c (props changed) vendor/compiler-rt/dist/lib/builtins/floatuntisf.c (props changed) vendor/compiler-rt/dist/lib/builtins/floatuntitf.c (props changed) vendor/compiler-rt/dist/lib/builtins/floatuntixf.c (props changed) vendor/compiler-rt/dist/lib/builtins/fp_add_impl.inc (props changed) vendor/compiler-rt/dist/lib/builtins/fp_extend.h (props changed) vendor/compiler-rt/dist/lib/builtins/fp_extend_impl.inc (props changed) vendor/compiler-rt/dist/lib/builtins/fp_fixint_impl.inc (props changed) vendor/compiler-rt/dist/lib/builtins/fp_fixuint_impl.inc (props changed) vendor/compiler-rt/dist/lib/builtins/fp_lib.h (props changed) vendor/compiler-rt/dist/lib/builtins/fp_mul_impl.inc (props changed) vendor/compiler-rt/dist/lib/builtins/fp_trunc.h (props changed) vendor/compiler-rt/dist/lib/builtins/fp_trunc_impl.inc (props changed) vendor/compiler-rt/dist/lib/builtins/gcc_personality_v0.c (props changed) vendor/compiler-rt/dist/lib/builtins/i386/ashldi3.S (props changed) vendor/compiler-rt/dist/lib/builtins/i386/ashrdi3.S (props changed) vendor/compiler-rt/dist/lib/builtins/i386/chkstk.S (props changed) vendor/compiler-rt/dist/lib/builtins/i386/chkstk2.S (props changed) vendor/compiler-rt/dist/lib/builtins/i386/divdi3.S (props changed) vendor/compiler-rt/dist/lib/builtins/i386/floatdidf.S (props changed) vendor/compiler-rt/dist/lib/builtins/i386/floatdisf.S (props changed) vendor/compiler-rt/dist/lib/builtins/i386/floatdixf.S (props changed) vendor/compiler-rt/dist/lib/builtins/i386/floatundidf.S (props changed) vendor/compiler-rt/dist/lib/builtins/i386/floatundisf.S (props changed) vendor/compiler-rt/dist/lib/builtins/i386/floatundixf.S (props changed) vendor/compiler-rt/dist/lib/builtins/i386/lshrdi3.S (props changed) vendor/compiler-rt/dist/lib/builtins/i386/moddi3.S (props changed) vendor/compiler-rt/dist/lib/builtins/i386/muldi3.S (props changed) vendor/compiler-rt/dist/lib/builtins/i386/udivdi3.S (props changed) vendor/compiler-rt/dist/lib/builtins/i386/umoddi3.S (props changed) vendor/compiler-rt/dist/lib/builtins/int_endianness.h (props changed) vendor/compiler-rt/dist/lib/builtins/int_lib.h (props changed) vendor/compiler-rt/dist/lib/builtins/int_math.h (props changed) vendor/compiler-rt/dist/lib/builtins/int_util.c (props changed) vendor/compiler-rt/dist/lib/builtins/int_util.h (props changed) vendor/compiler-rt/dist/lib/builtins/lshrdi3.c (props changed) vendor/compiler-rt/dist/lib/builtins/lshrti3.c (props changed) vendor/compiler-rt/dist/lib/builtins/macho_embedded/CMakeLists.txt (props changed) vendor/compiler-rt/dist/lib/builtins/macho_embedded/arm.txt (props changed) vendor/compiler-rt/dist/lib/builtins/macho_embedded/common.txt (props changed) vendor/compiler-rt/dist/lib/builtins/macho_embedded/i386.txt (props changed) vendor/compiler-rt/dist/lib/builtins/macho_embedded/thumb2-64.txt (props changed) vendor/compiler-rt/dist/lib/builtins/macho_embedded/thumb2.txt (props changed) vendor/compiler-rt/dist/lib/builtins/mingw_fixfloat.c (props changed) vendor/compiler-rt/dist/lib/builtins/moddi3.c (props changed) vendor/compiler-rt/dist/lib/builtins/modsi3.c (props changed) vendor/compiler-rt/dist/lib/builtins/modti3.c (props changed) vendor/compiler-rt/dist/lib/builtins/muldc3.c (props changed) vendor/compiler-rt/dist/lib/builtins/muldf3.c (props changed) vendor/compiler-rt/dist/lib/builtins/muldi3.c (props changed) vendor/compiler-rt/dist/lib/builtins/mulodi4.c (props changed) vendor/compiler-rt/dist/lib/builtins/mulosi4.c (props changed) vendor/compiler-rt/dist/lib/builtins/muloti4.c (props changed) vendor/compiler-rt/dist/lib/builtins/mulsc3.c (props changed) vendor/compiler-rt/dist/lib/builtins/mulsf3.c (props changed) vendor/compiler-rt/dist/lib/builtins/multc3.c (props changed) vendor/compiler-rt/dist/lib/builtins/multf3.c (props changed) vendor/compiler-rt/dist/lib/builtins/multi3.c (props changed) vendor/compiler-rt/dist/lib/builtins/mulvdi3.c (props changed) vendor/compiler-rt/dist/lib/builtins/mulvsi3.c (props changed) vendor/compiler-rt/dist/lib/builtins/mulvti3.c (props changed) vendor/compiler-rt/dist/lib/builtins/mulxc3.c (props changed) vendor/compiler-rt/dist/lib/builtins/negdf2.c (props changed) vendor/compiler-rt/dist/lib/builtins/negdi2.c (props changed) vendor/compiler-rt/dist/lib/builtins/negsf2.c (props changed) vendor/compiler-rt/dist/lib/builtins/negti2.c (props changed) vendor/compiler-rt/dist/lib/builtins/negvdi2.c (props changed) vendor/compiler-rt/dist/lib/builtins/negvsi2.c (props changed) vendor/compiler-rt/dist/lib/builtins/negvti2.c (props changed) vendor/compiler-rt/dist/lib/builtins/paritydi2.c (props changed) vendor/compiler-rt/dist/lib/builtins/paritysi2.c (props changed) vendor/compiler-rt/dist/lib/builtins/parityti2.c (props changed) vendor/compiler-rt/dist/lib/builtins/popcountdi2.c (props changed) vendor/compiler-rt/dist/lib/builtins/popcountsi2.c (props changed) vendor/compiler-rt/dist/lib/builtins/popcountti2.c (props changed) vendor/compiler-rt/dist/lib/builtins/powidf2.c (props changed) vendor/compiler-rt/dist/lib/builtins/powisf2.c (props changed) vendor/compiler-rt/dist/lib/builtins/powitf2.c (props changed) vendor/compiler-rt/dist/lib/builtins/powixf2.c (props changed) vendor/compiler-rt/dist/lib/builtins/ppc/DD.h (props changed) vendor/compiler-rt/dist/lib/builtins/ppc/divtc3.c (props changed) vendor/compiler-rt/dist/lib/builtins/ppc/fixtfdi.c (props changed) vendor/compiler-rt/dist/lib/builtins/ppc/fixunstfdi.c (props changed) vendor/compiler-rt/dist/lib/builtins/ppc/floatditf.c (props changed) vendor/compiler-rt/dist/lib/builtins/ppc/floatunditf.c (props changed) vendor/compiler-rt/dist/lib/builtins/ppc/gcc_qadd.c (props changed) vendor/compiler-rt/dist/lib/builtins/ppc/gcc_qdiv.c (props changed) vendor/compiler-rt/dist/lib/builtins/ppc/gcc_qmul.c (props changed) vendor/compiler-rt/dist/lib/builtins/ppc/gcc_qsub.c (props changed) vendor/compiler-rt/dist/lib/builtins/ppc/multc3.c (props changed) vendor/compiler-rt/dist/lib/builtins/ppc/restFP.S (props changed) vendor/compiler-rt/dist/lib/builtins/ppc/saveFP.S (props changed) vendor/compiler-rt/dist/lib/builtins/subdf3.c (props changed) vendor/compiler-rt/dist/lib/builtins/subsf3.c (props changed) vendor/compiler-rt/dist/lib/builtins/subtf3.c (props changed) vendor/compiler-rt/dist/lib/builtins/subvdi3.c (props changed) vendor/compiler-rt/dist/lib/builtins/subvsi3.c (props changed) vendor/compiler-rt/dist/lib/builtins/subvti3.c (props changed) vendor/compiler-rt/dist/lib/builtins/trampoline_setup.c (props changed) vendor/compiler-rt/dist/lib/builtins/truncdfhf2.c (props changed) vendor/compiler-rt/dist/lib/builtins/truncdfsf2.c (props changed) vendor/compiler-rt/dist/lib/builtins/truncsfhf2.c (props changed) vendor/compiler-rt/dist/lib/builtins/trunctfdf2.c (props changed) vendor/compiler-rt/dist/lib/builtins/trunctfsf2.c (props changed) vendor/compiler-rt/dist/lib/builtins/ucmpdi2.c (props changed) vendor/compiler-rt/dist/lib/builtins/ucmpti2.c (props changed) vendor/compiler-rt/dist/lib/builtins/udivdi3.c (props changed) vendor/compiler-rt/dist/lib/builtins/udivmoddi4.c (props changed) vendor/compiler-rt/dist/lib/builtins/udivmodsi4.c (props changed) vendor/compiler-rt/dist/lib/builtins/udivmodti4.c (props changed) vendor/compiler-rt/dist/lib/builtins/udivsi3.c (props changed) vendor/compiler-rt/dist/lib/builtins/udivti3.c (props changed) vendor/compiler-rt/dist/lib/builtins/umoddi3.c (props changed) vendor/compiler-rt/dist/lib/builtins/umodsi3.c (props changed) vendor/compiler-rt/dist/lib/builtins/umodti3.c (props changed) vendor/compiler-rt/dist/lib/builtins/unwind-ehabi-helpers.h (props changed) vendor/compiler-rt/dist/lib/builtins/x86_64/chkstk.S (props changed) vendor/compiler-rt/dist/lib/builtins/x86_64/chkstk2.S (props changed) vendor/compiler-rt/dist/lib/builtins/x86_64/floatdidf.c (props changed) vendor/compiler-rt/dist/lib/builtins/x86_64/floatdisf.c (props changed) vendor/compiler-rt/dist/lib/builtins/x86_64/floatdixf.c (props changed) vendor/compiler-rt/dist/lib/builtins/x86_64/floatundidf.S (props changed) vendor/compiler-rt/dist/lib/builtins/x86_64/floatundisf.S (props changed) vendor/compiler-rt/dist/lib/builtins/x86_64/floatundixf.S (props changed) vendor/compiler-rt/dist/lib/dfsan/dfsan.h (props changed) vendor/compiler-rt/dist/lib/dfsan/dfsan_flags.inc (props changed) vendor/compiler-rt/dist/lib/dfsan/dfsan_interceptors.cc (props changed) vendor/compiler-rt/dist/lib/dfsan/dfsan_platform.h (props changed) vendor/compiler-rt/dist/lib/dfsan/libc_ubuntu1404_abilist.txt (props changed) vendor/compiler-rt/dist/lib/dfsan/scripts/build-libc-list.py (props changed) vendor/compiler-rt/dist/lib/esan/cache_frag.cpp (props changed) vendor/compiler-rt/dist/lib/esan/cache_frag.h (props changed) vendor/compiler-rt/dist/lib/esan/esan.h (props changed) vendor/compiler-rt/dist/lib/esan/esan_circular_buffer.h (props changed) vendor/compiler-rt/dist/lib/esan/esan_flags.cpp (props changed) vendor/compiler-rt/dist/lib/esan/esan_flags.h (props changed) vendor/compiler-rt/dist/lib/esan/esan_flags.inc (props changed) vendor/compiler-rt/dist/lib/esan/esan_hashtable.h (props changed) vendor/compiler-rt/dist/lib/esan/esan_interface.cpp (props changed) vendor/compiler-rt/dist/lib/esan/esan_interface_internal.h (props changed) vendor/compiler-rt/dist/lib/esan/esan_linux.cpp (props changed) vendor/compiler-rt/dist/lib/esan/esan_shadow.h (props changed) vendor/compiler-rt/dist/lib/esan/esan_sideline.h (props changed) vendor/compiler-rt/dist/lib/esan/working_set.cpp (props changed) vendor/compiler-rt/dist/lib/esan/working_set.h (props changed) vendor/compiler-rt/dist/lib/esan/working_set_posix.cpp (props changed) vendor/compiler-rt/dist/lib/fuzzer/FuzzerCrossOver.cpp (props changed) vendor/compiler-rt/dist/lib/fuzzer/FuzzerExtFunctions.h (props changed) vendor/compiler-rt/dist/lib/fuzzer/FuzzerExtFunctionsDlsym.cpp (props changed) vendor/compiler-rt/dist/lib/fuzzer/FuzzerExtFunctionsDlsymWin.cpp (props changed) vendor/compiler-rt/dist/lib/fuzzer/FuzzerExtFunctionsWeakAlias.cpp (props changed) vendor/compiler-rt/dist/lib/fuzzer/FuzzerIOWindows.cpp (props changed) vendor/compiler-rt/dist/lib/fuzzer/FuzzerMerge.cpp (props changed) vendor/compiler-rt/dist/lib/fuzzer/FuzzerMerge.h (props changed) vendor/compiler-rt/dist/lib/fuzzer/FuzzerRandom.h (props changed) vendor/compiler-rt/dist/lib/fuzzer/FuzzerSHA1.cpp (props changed) vendor/compiler-rt/dist/lib/fuzzer/FuzzerSHA1.h (props changed) vendor/compiler-rt/dist/lib/fuzzer/FuzzerShmem.h (props changed) vendor/compiler-rt/dist/lib/fuzzer/FuzzerShmemFuchsia.cpp (props changed) vendor/compiler-rt/dist/lib/fuzzer/FuzzerShmemWindows.cpp (props changed) vendor/compiler-rt/dist/lib/fuzzer/FuzzerUtilDarwin.cpp (props changed) vendor/compiler-rt/dist/lib/fuzzer/FuzzerUtilWindows.cpp (props changed) vendor/compiler-rt/dist/lib/fuzzer/FuzzerValueBitMap.h (props changed) vendor/compiler-rt/dist/lib/fuzzer/README.txt (props changed) vendor/compiler-rt/dist/lib/fuzzer/standalone/StandaloneFuzzTargetMain.c (props changed) vendor/compiler-rt/dist/lib/hwasan/hwasan_allocator.h (props changed) vendor/compiler-rt/dist/lib/hwasan/hwasan_blacklist.txt (props changed) vendor/compiler-rt/dist/lib/hwasan/hwasan_flags.h (props changed) vendor/compiler-rt/dist/lib/hwasan/hwasan_poisoning.h (props changed) vendor/compiler-rt/dist/lib/interception/tests/CMakeLists.txt (props changed) vendor/compiler-rt/dist/lib/interception/tests/interception_linux_test.cc (props changed) vendor/compiler-rt/dist/lib/interception/tests/interception_test_main.cc (props changed) vendor/compiler-rt/dist/lib/interception/tests/interception_win_test.cc (props changed) vendor/compiler-rt/dist/lib/lsan/lsan_flags.inc (props changed) vendor/compiler-rt/dist/lib/lsan/lsan_linux.cc (props changed) vendor/compiler-rt/dist/lib/lsan/lsan_mac.cc (props changed) vendor/compiler-rt/dist/lib/lsan/lsan_preinit.cc (props changed) vendor/compiler-rt/dist/lib/lsan/weak_symbols.txt (props changed) vendor/compiler-rt/dist/lib/msan/msan_allocator.h (props changed) vendor/compiler-rt/dist/lib/msan/msan_chained_origin_depot.cc (props changed) vendor/compiler-rt/dist/lib/msan/msan_chained_origin_depot.h (props changed) vendor/compiler-rt/dist/lib/msan/msan_flags.inc (props changed) vendor/compiler-rt/dist/lib/msan/msan_origin.h (props changed) vendor/compiler-rt/dist/lib/msan/msan_poisoning.h (props changed) vendor/compiler-rt/dist/lib/msan/msan_thread.cc (props changed) vendor/compiler-rt/dist/lib/msan/msan_thread.h (props changed) vendor/compiler-rt/dist/lib/profile/InstrProfiling.c (props changed) vendor/compiler-rt/dist/lib/profile/InstrProfilingBuffer.c (props changed) vendor/compiler-rt/dist/lib/profile/InstrProfilingInternal.h (props changed) vendor/compiler-rt/dist/lib/profile/InstrProfilingNameVar.c (props changed) vendor/compiler-rt/dist/lib/profile/InstrProfilingPlatformDarwin.c (props changed) vendor/compiler-rt/dist/lib/profile/InstrProfilingPlatformOther.c (props changed) vendor/compiler-rt/dist/lib/profile/InstrProfilingRuntime.cc (props changed) vendor/compiler-rt/dist/lib/profile/InstrProfilingUtil.h (props changed) vendor/compiler-rt/dist/lib/profile/InstrProfilingWriter.c (props changed) vendor/compiler-rt/dist/lib/profile/WindowsMMap.c (props changed) vendor/compiler-rt/dist/lib/profile/WindowsMMap.h (props changed) vendor/compiler-rt/dist/lib/safestack/CMakeLists.txt (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sancov_begin.S (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sancov_end.S (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sancov_flags.cc (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sancov_flags.h (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sancov_flags.inc (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_addrhashmap.h (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_allocator_checks.cc (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_allocator_interface.h (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_asm.h (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_atomic_clang_mips.h (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_atomic_clang_x86.h (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_bitvector.h (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_bvgraph.h (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_common_interceptors_format.inc (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_common_interface_posix.inc (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_coverage_interface.inc (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_coverage_win_dll_thunk.cc (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_coverage_win_dynamic_runtime_thunk.cc (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_coverage_win_sections.cc (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_coverage_win_weak_interception.cc (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_dbghelp.h (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_deadlock_detector.h (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_deadlock_detector1.cc (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_deadlock_detector_interface.h (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_errno.cc (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_errno_codes.h (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_file.h (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_flag_parser.cc (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_freebsd.h (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_fuchsia.h (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_linux_mips64.S (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_linux_x86_64.S (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_mac.h (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_mac_libcdep.cc (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_persistent_allocator.cc (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_persistent_allocator.h (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_platform_limits_linux.cc (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_platform_limits_solaris.cc (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_procmaps_linux.cc (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_procmaps_mac.cc (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_procmaps_solaris.cc (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_signal_interceptors.inc (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_solaris.cc (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_stackdepotbase.h (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_stacktrace_libcdep.cc (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_stacktrace_printer.h (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_stoptheworld_mac.cc (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_suppressions.h (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_symbolizer.cc (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_symbolizer_internal.h (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_symbolizer_libbacktrace.cc (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_symbolizer_libbacktrace.h (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_symbolizer_mac.cc (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_symbolizer_mac.h (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_syscall_linux_aarch64.inc (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_syscall_linux_arm.inc (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_termination.cc (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_tls_get_addr.h (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_win.h (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_win_defs.h (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_win_dll_thunk.cc (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_win_dll_thunk.h (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_win_dynamic_runtime_thunk.cc (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_win_weak_interception.cc (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_win_weak_interception.h (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/scripts/cpplint.py (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/scripts/gen_dynamic_list.py (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/scripts/litlint.py (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/scripts/litlint_test.py (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/scripts/sancov.py (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/symbolizer/sanitizer_symbolize.cc (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/symbolizer/sanitizer_wrappers.cc (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/symbolizer/scripts/ar_to_bc.sh (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/tests/malloc_stress_transfer_test.cc (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/tests/sanitizer_bitvector_test.cc (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/tests/sanitizer_bvgraph_test.cc (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/tests/sanitizer_deadlock_detector_test.cc (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/tests/sanitizer_format_interceptor_test.cc (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/tests/sanitizer_ioctl_test.cc (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/tests/sanitizer_nolibc_test.cc (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/tests/sanitizer_nolibc_test_main.cc (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/tests/sanitizer_posix_test.cc (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/tests/sanitizer_pthread_wrappers.h (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/tests/sanitizer_quarantine_test.cc (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/tests/sanitizer_stacktrace_printer_test.cc (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/tests/sanitizer_suppressions_test.cc (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/tests/sanitizer_symbolizer_test.cc (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/tests/sanitizer_test_config.h (props changed) vendor/compiler-rt/dist/lib/sanitizer_common/weak_symbols.txt (props changed) vendor/compiler-rt/dist/lib/scudo/scudo_crc32.cpp (props changed) vendor/compiler-rt/dist/lib/scudo/scudo_crc32.h (props changed) vendor/compiler-rt/dist/lib/scudo/scudo_flags.h (props changed) vendor/compiler-rt/dist/lib/scudo/scudo_flags.inc (props changed) vendor/compiler-rt/dist/lib/scudo/scudo_utils.h (props changed) vendor/compiler-rt/dist/lib/stats/stats.h (props changed) vendor/compiler-rt/dist/lib/stats/stats_client.cc (props changed) vendor/compiler-rt/dist/lib/tsan/dd/dd_interceptors.cc (props changed) vendor/compiler-rt/dist/lib/tsan/dd/dd_rtl.cc (props changed) vendor/compiler-rt/dist/lib/tsan/dd/dd_rtl.h (props changed) vendor/compiler-rt/dist/lib/tsan/rtl/tsan_dense_alloc.h (props changed) vendor/compiler-rt/dist/lib/tsan/rtl/tsan_external.cc (props changed) vendor/compiler-rt/dist/lib/tsan/rtl/tsan_flags.inc (props changed) vendor/compiler-rt/dist/lib/tsan/rtl/tsan_ignoreset.cc (props changed) vendor/compiler-rt/dist/lib/tsan/rtl/tsan_ignoreset.h (props changed) vendor/compiler-rt/dist/lib/tsan/rtl/tsan_interceptors.h (props changed) vendor/compiler-rt/dist/lib/tsan/rtl/tsan_libdispatch_mac.cc (props changed) vendor/compiler-rt/dist/lib/tsan/rtl/tsan_ppc_regs.h (props changed) vendor/compiler-rt/dist/lib/tsan/rtl/tsan_preinit.cc (props changed) vendor/compiler-rt/dist/lib/tsan/rtl/tsan_rtl_aarch64.S (props changed) vendor/compiler-rt/dist/lib/tsan/rtl/tsan_rtl_mips64.S (props changed) vendor/compiler-rt/dist/lib/tsan/rtl/tsan_rtl_ppc64.S (props changed) vendor/compiler-rt/dist/lib/tsan/rtl/tsan_rtl_proc.cc (props changed) vendor/compiler-rt/dist/lib/tsan/tests/rtl/tsan_posix_util.h (props changed) vendor/compiler-rt/dist/lib/tsan/tests/rtl/tsan_test_util_posix.cc (props changed) vendor/compiler-rt/dist/lib/tsan/tests/unit/tsan_dense_alloc_test.cc (props changed) vendor/compiler-rt/dist/lib/tsan/tests/unit/tsan_unit_test_main.cc (props changed) vendor/compiler-rt/dist/lib/ubsan/ubsan_checks.inc (props changed) vendor/compiler-rt/dist/lib/ubsan/ubsan_diag_standalone.cc (props changed) vendor/compiler-rt/dist/lib/ubsan/ubsan_flags.h (props changed) vendor/compiler-rt/dist/lib/ubsan/ubsan_init.cc (props changed) vendor/compiler-rt/dist/lib/ubsan/ubsan_init.h (props changed) vendor/compiler-rt/dist/lib/ubsan/ubsan_init_standalone.cc (props changed) vendor/compiler-rt/dist/lib/ubsan/ubsan_signals_standalone.h (props changed) vendor/compiler-rt/dist/lib/ubsan/ubsan_type_hash_itanium.cc (props changed) vendor/compiler-rt/dist/lib/ubsan/ubsan_type_hash_win.cc (props changed) vendor/compiler-rt/dist/lib/ubsan/ubsan_win_dll_thunk.cc (props changed) vendor/compiler-rt/dist/lib/ubsan/ubsan_win_dynamic_runtime_thunk.cc (props changed) vendor/compiler-rt/dist/lib/ubsan/weak_symbols.txt (props changed) vendor/compiler-rt/dist/lib/xray/tests/unit/xray_unit_test_main.cc (props changed) vendor/compiler-rt/dist/lib/xray/weak_symbols.txt (props changed) vendor/compiler-rt/dist/lib/xray/xray_always_instrument.txt (props changed) vendor/compiler-rt/dist/lib/xray/xray_defs.h (props changed) vendor/compiler-rt/dist/lib/xray/xray_fdr_logging.h (props changed) vendor/compiler-rt/dist/lib/xray/xray_never_instrument.txt (props changed) vendor/compiler-rt/dist/lib/xray/xray_powerpc64.inc (props changed) vendor/compiler-rt/dist/lib/xray/xray_trampoline_AArch64.S (props changed) vendor/compiler-rt/dist/lib/xray/xray_trampoline_arm.S (props changed) vendor/compiler-rt/dist/lib/xray/xray_trampoline_mips.S (props changed) vendor/compiler-rt/dist/lib/xray/xray_trampoline_mips64.S (props changed) vendor/compiler-rt/dist/lib/xray/xray_trampoline_powerpc64.cc (props changed) vendor/compiler-rt/dist/lib/xray/xray_trampoline_powerpc64_asm.S (props changed) vendor/compiler-rt/dist/lib/xray/xray_tsc.h (props changed) vendor/compiler-rt/dist/test/BlocksRuntime/block-static.c (props changed) vendor/compiler-rt/dist/test/BlocksRuntime/blockimport.c (props changed) vendor/compiler-rt/dist/test/BlocksRuntime/byrefaccess.c (props changed) vendor/compiler-rt/dist/test/BlocksRuntime/byrefcopy.c (props changed) vendor/compiler-rt/dist/test/BlocksRuntime/byrefcopycopy.c (props changed) vendor/compiler-rt/dist/test/BlocksRuntime/byrefcopyinner.c (props changed) vendor/compiler-rt/dist/test/BlocksRuntime/byrefcopyint.c (props changed) vendor/compiler-rt/dist/test/BlocksRuntime/byrefcopystack.c (props changed) vendor/compiler-rt/dist/test/BlocksRuntime/byrefsanity.c (props changed) vendor/compiler-rt/dist/test/BlocksRuntime/byrefstruct.c (props changed) vendor/compiler-rt/dist/test/BlocksRuntime/c99.c (props changed) vendor/compiler-rt/dist/test/BlocksRuntime/cast.c (props changed) vendor/compiler-rt/dist/test/BlocksRuntime/constassign.c (props changed) vendor/compiler-rt/dist/test/BlocksRuntime/copy-block-literal-rdar6439600.c (props changed) vendor/compiler-rt/dist/test/BlocksRuntime/copyconstructor.C (props changed) vendor/compiler-rt/dist/test/BlocksRuntime/copynull.c (props changed) vendor/compiler-rt/dist/test/BlocksRuntime/dispatch_async.c (props changed) vendor/compiler-rt/dist/test/BlocksRuntime/dispatch_call_Block_with_release.c (props changed) vendor/compiler-rt/dist/test/BlocksRuntime/fail.c (props changed) vendor/compiler-rt/dist/test/BlocksRuntime/flagsisa.c (props changed) vendor/compiler-rt/dist/test/BlocksRuntime/globalexpression.c (props changed) vendor/compiler-rt/dist/test/BlocksRuntime/goto.c (props changed) vendor/compiler-rt/dist/test/BlocksRuntime/hasdescriptor.c (props changed) vendor/compiler-rt/dist/test/BlocksRuntime/josh.C (props changed) vendor/compiler-rt/dist/test/BlocksRuntime/k-and-r.c (props changed) vendor/compiler-rt/dist/test/BlocksRuntime/large-struct.c (props changed) vendor/compiler-rt/dist/test/BlocksRuntime/localisglobal.c (props changed) vendor/compiler-rt/dist/test/BlocksRuntime/macro.c (props changed) vendor/compiler-rt/dist/test/BlocksRuntime/makefile (props changed) vendor/compiler-rt/dist/test/BlocksRuntime/modglobal.c (props changed) vendor/compiler-rt/dist/test/BlocksRuntime/nestedimport.c (props changed) vendor/compiler-rt/dist/test/BlocksRuntime/nullblockisa.c (props changed) vendor/compiler-rt/dist/test/BlocksRuntime/objectRRGC.c (props changed) vendor/compiler-rt/dist/test/BlocksRuntime/objectassign.c (props changed) vendor/compiler-rt/dist/test/BlocksRuntime/orbars.c (props changed) vendor/compiler-rt/dist/test/BlocksRuntime/rdar6396238.c (props changed) vendor/compiler-rt/dist/test/BlocksRuntime/rdar6405500.c (props changed) vendor/compiler-rt/dist/test/BlocksRuntime/rdar6414583.c (props changed) vendor/compiler-rt/dist/test/BlocksRuntime/recursive-block.c (props changed) vendor/compiler-rt/dist/test/BlocksRuntime/recursive-test.c (props changed) vendor/compiler-rt/dist/test/BlocksRuntime/recursiveassign.c (props changed) vendor/compiler-rt/dist/test/BlocksRuntime/reference.C (props changed) vendor/compiler-rt/dist/test/BlocksRuntime/rettypepromotion.c (props changed) vendor/compiler-rt/dist/test/BlocksRuntime/returnfunctionptr.c (props changed) vendor/compiler-rt/dist/test/BlocksRuntime/shorthandexpression.c (props changed) vendor/compiler-rt/dist/test/BlocksRuntime/sizeof.c (props changed) vendor/compiler-rt/dist/test/BlocksRuntime/small-struct.c (props changed) vendor/compiler-rt/dist/test/BlocksRuntime/structmember.c (props changed) vendor/compiler-rt/dist/test/BlocksRuntime/testfilerunner.h (props changed) vendor/compiler-rt/dist/test/BlocksRuntime/varargs-bad-assign.c (props changed) vendor/compiler-rt/dist/test/BlocksRuntime/varargs.c (props changed) vendor/compiler-rt/dist/test/BlocksRuntime/variadic.c (props changed) vendor/compiler-rt/dist/test/BlocksRuntime/voidarg.c (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Darwin/abort_on_error.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Darwin/atos-symbolizer-dyld-root-path.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Darwin/atos-symbolizer.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Darwin/crashlog-stacktraces.c (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Darwin/cstring_section.c (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Darwin/dead-strip.c (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Darwin/dladdr-demangling.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Darwin/dump_registers.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Darwin/dyld_insert_libraries_reexec.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Darwin/dyld_insert_libraries_remove.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Darwin/empty-section.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Darwin/fclose.c (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Darwin/getpwnam.c (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Darwin/haswell-symbolication.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Darwin/interface_symbols_darwin.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Darwin/linked-only.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Darwin/malloc_destroy_zone.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Darwin/malloc_set_zone_name-mprotect.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Darwin/malloc_zone-protected.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Darwin/mixing-global-constructors.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Darwin/reexec-insert-libraries-env.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Darwin/sandbox-symbolizer.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Darwin/scribble.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Darwin/segv_read_write.c (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Darwin/suppressions-darwin.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Darwin/suppressions-function.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Darwin/suppressions-sandbox.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Darwin/unset-insert-libraries-on-exec.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Darwin/uuid.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Helpers/blacklist-extra.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Helpers/echo-env.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Helpers/init-order-atexit-extra.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Helpers/initialization-blacklist-extra.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Helpers/initialization-blacklist-extra2.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Helpers/initialization-blacklist.txt (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Helpers/initialization-bug-extra.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Helpers/initialization-bug-extra2.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Helpers/initialization-constexpr-extra.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Helpers/initialization-nobug-extra.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Helpers/underflow.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/abort_on_error.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/aligned_delete_test.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/asan-asm-stacktrace-test.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/asan_default_suppressions.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/asan_dlopen_test.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/asan_prelink_test.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/asan_preload_test-1.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/asan_preload_test-2.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/asan_preload_test-3.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/asan_rt_confict_test-1.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/asan_rt_confict_test-2.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/auto_memory_profile_test.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/calloc-preload.c (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/cuda_test.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/function-sections-are-bad.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/global-overflow-bfd.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/global-overflow-lld.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/globals-gc-sections-lld.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/init-order-dlopen.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/init_fini_sections.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/initialization-bug-any-order.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/interception_malloc_test.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/interception_test.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/interface_symbols_linux.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/kernel-area.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/leak.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/leak_check_segv.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/longjmp_chk.c (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/malloc-in-qsort.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/malloc_delete_mismatch.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/memmem_test.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/mincore.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/new_delete_mismatch.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/nohugepage_test.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/odr_c_test.c (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/overflow-in-qsort.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/preinit_test.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/preinstalled_signal.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/print_memory_profile_test.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/printf-fortify-1.c (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/printf-fortify-2.c (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/printf-fortify-3.c (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/printf-fortify-4.c (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/printf-fortify-5.c (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/pthread_create_from_constructor.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/pthread_create_version.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/ptrace.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/read_binary_name_regtest.c (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/recoverable-lsan.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/recvfrom.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/release_to_os_test.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/rlimit_mmap_test.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/sanbox_read_proc_self_maps_test.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/segv_read_write.c (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/shmctl.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/signal_during_stop_the_world.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/sized_delete_test.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/stack-overflow-recovery-mode.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/stack-overflow-sigbus.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/static_tls.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/stress_dtls.c (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/swapcontext_annotation.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/swapcontext_test.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/textdomain.c (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/thread_local_quarantine_pthread_join.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/thread_local_quarantine_size_kb.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/uar_signals.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Linux/unpoison_tls.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Posix/asan-symbolize-sanity-test.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Posix/asprintf.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Posix/assign_large_valloc_to_global.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Posix/closed-fds.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Posix/coverage-module-unloaded.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Posix/current_allocated_bytes.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Posix/deep_call_stack.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Posix/deep_thread_stack.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Posix/dlclose-test.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Posix/free_hook_realloc.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Posix/freopen.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Posix/gc-test.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Posix/global-registration.c (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Posix/halt_on_error-signals.c (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Posix/halt_on_error-torture.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Posix/halt_on_error_suppress_equal_pcs.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Posix/handle_abort_on_error.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Posix/init-order-pthread-create.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Posix/interception-in-shared-lib-test.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Posix/large_allocator_unpoisons_on_free.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Posix/new_array_cookie_test.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Posix/new_array_cookie_uaf_test.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Posix/new_array_cookie_with_new_from_class.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Posix/print_cmdline.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Posix/readv.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Posix/stack-overflow.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Posix/strchr.c (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Posix/strerror_r_test.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Posix/tsd_dtor_leak.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Posix/wait.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Posix/wait3.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Posix/wait4.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Posix/waitid.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/aligned_mallocs.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/allocators_sanity.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/beginthreadex.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/bind_io_completion_callback.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/bitfield.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/bitfield_uaf.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/calloc_left_oob.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/calloc_right_oob.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/calloc_uaf.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/coverage-dll-stdio.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/crash_read_write.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/crt_initializers.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/delay_dbghelp.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/demangled_names.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/dll_aligned_mallocs.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/dll_allocators_sanity.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/dll_and_lib.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/dll_cerr.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/dll_control_c.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/dll_global_dead_strip.c (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/dll_heap_allocation.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/dll_host.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/dll_intercept_memchr.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/dll_intercept_memcpy.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/dll_intercept_memcpy_indirect.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/dll_intercept_memset.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/dll_intercept_strlen.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/dll_large_function.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/dll_malloc_left_oob.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/dll_malloc_uaf.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/dll_noreturn.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/dll_null_deref.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/dll_operator_array_new_left_oob.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/dll_operator_array_new_with_dtor_left_oob.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/dll_poison_unpoison.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/dll_report_globals_symbolization_at_startup.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/dll_seh.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/dll_stack_use_after_return.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/dll_thread_stack_array_left_oob.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/double_free.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/double_operator_delete.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/free_hook_realloc.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/fuse-lld.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/global_const_string.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/global_const_string_oob.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/global_dead_strip.c (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/hello_world.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/intercept_memcpy.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/intercept_strdup.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/intercept_strlen.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/interface_symbols_windows.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/iostream_sbo.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/longjmp.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/malloc_left_oob.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/malloc_right_oob.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/malloc_uaf.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/null_deref.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/null_deref_multiple_dlls.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/operator_array_new_left_oob.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/operator_array_new_right_oob.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/operator_array_new_uaf.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/operator_array_new_with_dtor_left_oob.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/operator_delete_wrong_argument.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/operator_new_left_oob.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/operator_new_right_oob.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/operator_new_uaf.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/queue_user_work_item.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/queue_user_work_item_report.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/realloc_left_oob.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/realloc_right_oob.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/realloc_uaf.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/report_after_syminitialize.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/report_globals_reload_dll.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/report_globals_vs_freelibrary.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/seh.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/shadow_conflict_32.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/shadow_mapping_failure.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/stack_array_left_oob.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/stack_array_right_oob.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/stack_array_sanity.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/stack_use_after_return.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/symbols_path.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/thread_simple.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/thread_stack_array_left_oob.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/thread_stack_array_right_oob.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/thread_stack_reuse.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/thread_stress.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/thread_suspended.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/tls_init.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/unsymbolized.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/use_after_realloc.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/use_after_return_linkage.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/windows_h.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/wrong_downcast_on_heap.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/Windows/wrong_downcast_on_stack.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/alloca_big_alignment.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/alloca_detect_custom_size_.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/alloca_instruments_all_paddings.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/alloca_overflow_partial.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/alloca_overflow_right.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/alloca_safe_access.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/alloca_underflow_left.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/asan_and_llvm_coverage_test.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/asan_options-help.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/atexit_stats.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/atoi_strict.c (props changed) vendor/compiler-rt/dist/test/asan/TestCases/atol_strict.c (props changed) vendor/compiler-rt/dist/test/asan/TestCases/atoll_strict.c (props changed) vendor/compiler-rt/dist/test/asan/TestCases/blacklist.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/contiguous_container.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/contiguous_container_crash.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/coverage-trace-pc.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/debug_locate.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/debug_mapping.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/debug_stacks.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/deep_stack_uaf.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/deep_tail_call.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/default_blacklist.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/default_options.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/describe_address.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/double-free.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/error_report_callback.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/exitcode.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/force_inline_opt0.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/frexp_interceptor.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/global-address.cpp (props changed) vendor/compiler-rt/dist/test/asan/TestCases/global-demangle.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/global-location.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/global-overflow.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/global-underflow.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/halt_on_error-1.c (props changed) vendor/compiler-rt/dist/test/asan/TestCases/heap-overflow-large.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/heap-overflow.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/huge_negative_hea_oob.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/ill.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/init-order-atexit.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/initialization-blacklist.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/initialization-bug.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/initialization-constexpr.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/initialization-nobug.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/inline.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/interception_failure_test.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/interface_test.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/intra-object-overflow.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/invalid-free.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/invalid-pointer-pairs.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/large_func_test.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/log-path_test.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/longjmp.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/lsan_annotations.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/malloc_context_size.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/malloc_fill.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/max_redzone.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/memcmp_strict_test.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/memcmp_test.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/memset_test.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/on_error_callback.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/partial_right.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/pass-object-byval.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/pass-struct-byval-uar.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/pass-struct-byval.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/poison_partial.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/pr33372.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/print_summary.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/printf-1.c (props changed) vendor/compiler-rt/dist/test/asan/TestCases/printf-2.c (props changed) vendor/compiler-rt/dist/test/asan/TestCases/printf-3.c (props changed) vendor/compiler-rt/dist/test/asan/TestCases/printf-5.c (props changed) vendor/compiler-rt/dist/test/asan/TestCases/printf-m.c (props changed) vendor/compiler-rt/dist/test/asan/TestCases/realloc.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/sanity_check_pure_c.c (props changed) vendor/compiler-rt/dist/test/asan/TestCases/set_shadow_test.c (props changed) vendor/compiler-rt/dist/test/asan/TestCases/sleep_after_init.c (props changed) vendor/compiler-rt/dist/test/asan/TestCases/sleep_before_dying.c (props changed) vendor/compiler-rt/dist/test/asan/TestCases/small_memcpy_test.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/speculative_load.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/speculative_load2.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/stack-buffer-overflow-with-position.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/stack-buffer-overflow.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/stack-frame-demangle.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/stack-oob-frames.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/strcasestr-1.c (props changed) vendor/compiler-rt/dist/test/asan/TestCases/strcasestr-2.c (props changed) vendor/compiler-rt/dist/test/asan/TestCases/strcasestr_strict.c (props changed) vendor/compiler-rt/dist/test/asan/TestCases/strcat_strict.c (props changed) vendor/compiler-rt/dist/test/asan/TestCases/strchr_strict.c (props changed) vendor/compiler-rt/dist/test/asan/TestCases/strcmp_strict.c (props changed) vendor/compiler-rt/dist/test/asan/TestCases/strcspn-1.c (props changed) vendor/compiler-rt/dist/test/asan/TestCases/strcspn-2.c (props changed) vendor/compiler-rt/dist/test/asan/TestCases/strcspn_strict.c (props changed) vendor/compiler-rt/dist/test/asan/TestCases/strip_path_prefix.c (props changed) vendor/compiler-rt/dist/test/asan/TestCases/strncasecmp_strict.c (props changed) vendor/compiler-rt/dist/test/asan/TestCases/strncat_strict.c (props changed) vendor/compiler-rt/dist/test/asan/TestCases/strncmp_strict.c (props changed) vendor/compiler-rt/dist/test/asan/TestCases/strncpy-overflow.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/strpbrk-1.c (props changed) vendor/compiler-rt/dist/test/asan/TestCases/strpbrk-2.c (props changed) vendor/compiler-rt/dist/test/asan/TestCases/strpbrk_strict.c (props changed) vendor/compiler-rt/dist/test/asan/TestCases/strspn-1.c (props changed) vendor/compiler-rt/dist/test/asan/TestCases/strspn-2.c (props changed) vendor/compiler-rt/dist/test/asan/TestCases/strspn_strict.c (props changed) vendor/compiler-rt/dist/test/asan/TestCases/strstr-1.c (props changed) vendor/compiler-rt/dist/test/asan/TestCases/strstr-2.c (props changed) vendor/compiler-rt/dist/test/asan/TestCases/strstr_strict.c (props changed) vendor/compiler-rt/dist/test/asan/TestCases/strtok.c (props changed) vendor/compiler-rt/dist/test/asan/TestCases/strtol_strict.c (props changed) vendor/compiler-rt/dist/test/asan/TestCases/strtoll_strict.c (props changed) vendor/compiler-rt/dist/test/asan/TestCases/suppressions-function.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/suppressions-interceptor.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/throw_call_test.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/throw_catch.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/time_interceptor.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/uar_and_exceptions.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/unaligned_loads_and_stores.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/use-after-delete.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/use-after-free-right.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/use-after-free.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/use-after-poison.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/use-after-scope-capture.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/use-after-scope-conversion.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/use-after-scope-dtor-order.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/use-after-scope-goto.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/use-after-scope-if.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/use-after-scope-inlined.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/use-after-scope-loop-bug.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/use-after-scope-loop-removed.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/use-after-scope-loop.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/use-after-scope-nobug.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/use-after-scope-temp.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/use-after-scope-temp2.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/use-after-scope-types.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/use-after-scope.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/vla_chrome_testcase.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/vla_condition_overflow.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/vla_loop_overfow.cc (props changed) vendor/compiler-rt/dist/test/asan/TestCases/zero_page_pc.cc (props changed) vendor/compiler-rt/dist/test/asan/Unit/lit.site.cfg.in (props changed) vendor/compiler-rt/dist/test/builtins/Unit/absvdi2_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/absvsi2_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/absvti2_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/adddf3vfp_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/addsf3vfp_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/addtf3_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/addvdi3_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/addvsi3_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/addvti3_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/arm/aeabi_cdcmpeq_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/arm/aeabi_cdcmple_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/arm/aeabi_cfcmpeq_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/arm/aeabi_cfcmple_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/arm/aeabi_drsub_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/arm/aeabi_frsub_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/arm/aeabi_idivmod_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/arm/aeabi_uidivmod_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/arm/aeabi_uldivmod_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/arm/call_apsr.S (props changed) vendor/compiler-rt/dist/test/builtins/Unit/arm/call_apsr.h (props changed) vendor/compiler-rt/dist/test/builtins/Unit/ashldi3_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/ashlti3_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/ashrdi3_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/ashrti3_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/bswapdi2_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/bswapsi2_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/clear_cache_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/clzdi2_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/clzsi2_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/clzti2_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/cmpdi2_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/cmpti2_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/comparedf2_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/comparesf2_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/cpu_model_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/ctzdi2_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/ctzsi2_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/ctzti2_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/divdc3_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/divdf3vfp_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/divdi3_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/divmodsi4_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/divsc3_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/divsf3vfp_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/divsi3_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/divtc3_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/divtf3_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/divti3_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/divxc3_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/enable_execute_stack_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/endianness.h (props changed) vendor/compiler-rt/dist/test/builtins/Unit/eqdf2vfp_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/eqsf2vfp_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/eqtf2_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/extebdsfdf2vfp_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/extenddftf2_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/extendhfsf2_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/extendsftf2_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/ffsdi2_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/ffssi2_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/ffsti2_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/fixdfdi_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/fixdfsivfp_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/fixdfti_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/fixsfdi_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/fixsfsivfp_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/fixsfti_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/fixtfdi_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/fixtfsi_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/fixtfti_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/fixunsdfdi_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/fixunsdfsi_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/fixunsdfsivfp_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/fixunsdfti_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/fixunssfdi_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/fixunssfsi_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/fixunssfsivfp_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/fixunssfti_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/fixunstfdi_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/fixunstfsi_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/fixunstfti_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/fixunsxfdi_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/fixunsxfsi_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/fixunsxfti_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/fixxfdi_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/fixxfti_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/floatdidf_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/floatdisf_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/floatditf_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/floatdixf_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/floatsidfvfp_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/floatsisfvfp_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/floatsitf_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/floattidf_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/floattisf_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/floattitf_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/floattixf_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/floatundidf_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/floatundisf_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/floatunditf_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/floatundixf_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/floatunsitf_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/floatunssidfvfp_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/floatunssisfvfp_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/floatuntidf_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/floatuntisf_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/floatuntitf_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/floatuntixf_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/fp_test.h (props changed) vendor/compiler-rt/dist/test/builtins/Unit/gcc_personality_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/gcc_personality_test_helper.cxx (props changed) vendor/compiler-rt/dist/test/builtins/Unit/gedf2vfp_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/gesf2vfp_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/getf2_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/gtdf2vfp_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/gtsf2vfp_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/gttf2_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/ledf2vfp_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/lesf2vfp_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/letf2_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/lit.site.cfg.in (props changed) vendor/compiler-rt/dist/test/builtins/Unit/lshrdi3_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/lshrti3_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/ltdf2vfp_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/ltsf2vfp_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/lttf2_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/moddi3_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/modsi3_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/modti3_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/muldc3_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/muldf3vfp_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/muldi3_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/mulodi4_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/mulosi4_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/muloti4_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/mulsc3_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/mulsf3vfp_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/multc3_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/multf3_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/multi3_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/mulvdi3_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/mulvsi3_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/mulvti3_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/mulxc3_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/nedf2vfp_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/negdf2vfp_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/negdi2_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/negsf2vfp_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/negti2_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/negvdi2_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/negvsi2_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/negvti2_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/nesf2vfp_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/netf2_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/paritydi2_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/paritysi2_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/parityti2_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/popcountdi2_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/popcountsi2_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/popcountti2_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/powidf2_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/powisf2_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/powitf2_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/powixf2_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/ppc/DD.h (props changed) vendor/compiler-rt/dist/test/builtins/Unit/ppc/fixtfdi_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/ppc/floatditf_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/ppc/floatditf_test.h (props changed) vendor/compiler-rt/dist/test/builtins/Unit/ppc/floatunditf_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/ppc/floatunditf_test.h (props changed) vendor/compiler-rt/dist/test/builtins/Unit/ppc/qadd_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/ppc/qdiv_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/ppc/qmul_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/ppc/qsub_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/subdf3vfp_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/subsf3vfp_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/subtf3_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/subvdi3_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/subvsi3_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/subvti3_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/trampoline_setup_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/truncdfhf2_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/truncdfsf2_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/truncdfsf2vfp_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/truncsfhf2_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/trunctfdf2_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/trunctfsf2_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/ucmpdi2_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/ucmpti2_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/udivdi3_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/udivmoddi4_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/udivmodsi4_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/udivmodti4_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/udivsi3_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/udivti3_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/umoddi3_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/umodsi3_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/umodti3_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/unorddf2vfp_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/unordsf2vfp_test.c (props changed) vendor/compiler-rt/dist/test/builtins/Unit/unordtf2_test.c (props changed) vendor/compiler-rt/dist/test/builtins/lit.site.cfg.in (props changed) vendor/compiler-rt/dist/test/builtins/timing/ashldi3.c (props changed) vendor/compiler-rt/dist/test/builtins/timing/ashrdi3.c (props changed) vendor/compiler-rt/dist/test/builtins/timing/divdi3.c (props changed) vendor/compiler-rt/dist/test/builtins/timing/floatdidf.c (props changed) vendor/compiler-rt/dist/test/builtins/timing/floatdisf.c (props changed) vendor/compiler-rt/dist/test/builtins/timing/floatdixf.c (props changed) vendor/compiler-rt/dist/test/builtins/timing/floatundidf.c (props changed) vendor/compiler-rt/dist/test/builtins/timing/floatundisf.c (props changed) vendor/compiler-rt/dist/test/builtins/timing/floatundixf.c (props changed) vendor/compiler-rt/dist/test/builtins/timing/lshrdi3.c (props changed) vendor/compiler-rt/dist/test/builtins/timing/moddi3.c (props changed) vendor/compiler-rt/dist/test/builtins/timing/modsi3.c (props changed) vendor/compiler-rt/dist/test/builtins/timing/muldi3.c (props changed) vendor/compiler-rt/dist/test/builtins/timing/negdi2.c (props changed) vendor/compiler-rt/dist/test/builtins/timing/timing.h (props changed) vendor/compiler-rt/dist/test/builtins/timing/udivdi3.c (props changed) vendor/compiler-rt/dist/test/builtins/timing/umoddi3.c (props changed) vendor/compiler-rt/dist/test/cfi/README.txt (props changed) vendor/compiler-rt/dist/test/cfi/anon-namespace.cpp (props changed) vendor/compiler-rt/dist/test/cfi/bad-cast.cpp (props changed) vendor/compiler-rt/dist/test/cfi/bad-split.cpp (props changed) vendor/compiler-rt/dist/test/cfi/base-derived-destructor.cpp (props changed) vendor/compiler-rt/dist/test/cfi/cross-dso/icall/diag.cpp (props changed) vendor/compiler-rt/dist/test/cfi/cross-dso/icall/icall-from-dso.cpp (props changed) vendor/compiler-rt/dist/test/cfi/cross-dso/icall/icall.cpp (props changed) vendor/compiler-rt/dist/test/cfi/cross-dso/shadow_is_read_only.cpp (props changed) vendor/compiler-rt/dist/test/cfi/cross-dso/simple-fail.cpp (props changed) vendor/compiler-rt/dist/test/cfi/cross-dso/simple-pass.cpp (props changed) vendor/compiler-rt/dist/test/cfi/cross-dso/stats.cpp (props changed) vendor/compiler-rt/dist/test/cfi/cross-dso/target_out_of_bounds.cpp (props changed) vendor/compiler-rt/dist/test/cfi/cross-dso/util/cfi_stubs.h (props changed) vendor/compiler-rt/dist/test/cfi/icall/bad-signature.c (props changed) vendor/compiler-rt/dist/test/cfi/icall/external-call.c (props changed) vendor/compiler-rt/dist/test/cfi/icall/weak.c (props changed) vendor/compiler-rt/dist/test/cfi/icall/wrong-signature-mixed-lto.c (props changed) vendor/compiler-rt/dist/test/cfi/multiple-inheritance.cpp (props changed) vendor/compiler-rt/dist/test/cfi/nvcall.cpp (props changed) vendor/compiler-rt/dist/test/cfi/overwrite.cpp (props changed) vendor/compiler-rt/dist/test/cfi/sibling.cpp (props changed) vendor/compiler-rt/dist/test/cfi/simple-fail.cpp (props changed) vendor/compiler-rt/dist/test/cfi/stats.cpp (props changed) vendor/compiler-rt/dist/test/cfi/two-vcalls.cpp (props changed) vendor/compiler-rt/dist/test/cfi/utils.h (props changed) vendor/compiler-rt/dist/test/cfi/vdtor.cpp (props changed) vendor/compiler-rt/dist/test/cfi/vtable-may-alias.cpp (props changed) vendor/compiler-rt/dist/test/dfsan/CMakeLists.txt (props changed) vendor/compiler-rt/dist/test/dfsan/Inputs/flags_abilist.txt (props changed) vendor/compiler-rt/dist/test/dfsan/basic.c (props changed) vendor/compiler-rt/dist/test/dfsan/dump_labels.c (props changed) vendor/compiler-rt/dist/test/dfsan/flags.c (props changed) vendor/compiler-rt/dist/test/dfsan/fncall.c (props changed) vendor/compiler-rt/dist/test/dfsan/label_count.c (props changed) vendor/compiler-rt/dist/test/dfsan/lit.site.cfg.in (props changed) vendor/compiler-rt/dist/test/dfsan/propagate.c (props changed) vendor/compiler-rt/dist/test/dfsan/vararg.c (props changed) vendor/compiler-rt/dist/test/dfsan/write_callback.c (props changed) vendor/compiler-rt/dist/test/esan/CMakeLists.txt (props changed) vendor/compiler-rt/dist/test/esan/TestCases/large-stack-linux.c (props changed) vendor/compiler-rt/dist/test/esan/TestCases/libc-intercept.c (props changed) vendor/compiler-rt/dist/test/esan/TestCases/mmap-shadow-conflict.c (props changed) vendor/compiler-rt/dist/test/esan/TestCases/struct-simple.cpp (props changed) vendor/compiler-rt/dist/test/esan/TestCases/verbose-simple.c (props changed) vendor/compiler-rt/dist/test/esan/TestCases/workingset-early-fault.c (props changed) vendor/compiler-rt/dist/test/esan/TestCases/workingset-memset.cpp (props changed) vendor/compiler-rt/dist/test/esan/TestCases/workingset-midreport.cpp (props changed) vendor/compiler-rt/dist/test/esan/TestCases/workingset-samples.cpp (props changed) vendor/compiler-rt/dist/test/esan/TestCases/workingset-signal-posix.cpp (props changed) vendor/compiler-rt/dist/test/esan/TestCases/workingset-simple.cpp (props changed) vendor/compiler-rt/dist/test/esan/Unit/circular_buffer.cpp (props changed) vendor/compiler-rt/dist/test/esan/Unit/hashtable.cpp (props changed) vendor/compiler-rt/dist/test/esan/lit.site.cfg.in (props changed) vendor/compiler-rt/dist/test/fuzzer/AFLDriverTest.cpp (props changed) vendor/compiler-rt/dist/test/fuzzer/AccumulateAllocationsTest.cpp (props changed) vendor/compiler-rt/dist/test/fuzzer/BadStrcmpTest.cpp (props changed) vendor/compiler-rt/dist/test/fuzzer/BogusInitializeTest.cpp (props changed) vendor/compiler-rt/dist/test/fuzzer/BufferOverflowOnInput.cpp (props changed) vendor/compiler-rt/dist/test/fuzzer/CallerCalleeTest.cpp (props changed) vendor/compiler-rt/dist/test/fuzzer/CounterTest.cpp (props changed) vendor/compiler-rt/dist/test/fuzzer/CustomCrossOverAndMutateTest.cpp (props changed) vendor/compiler-rt/dist/test/fuzzer/CustomCrossOverTest.cpp (props changed) vendor/compiler-rt/dist/test/fuzzer/CustomMutatorTest.cpp (props changed) vendor/compiler-rt/dist/test/fuzzer/CxxStringEqTest.cpp (props changed) vendor/compiler-rt/dist/test/fuzzer/DSO1.cpp (props changed) vendor/compiler-rt/dist/test/fuzzer/DSO2.cpp (props changed) vendor/compiler-rt/dist/test/fuzzer/DSOTestExtra.cpp (props changed) vendor/compiler-rt/dist/test/fuzzer/DSOTestMain.cpp (props changed) vendor/compiler-rt/dist/test/fuzzer/DeepRecursionTest.cpp (props changed) vendor/compiler-rt/dist/test/fuzzer/DivTest.cpp (props changed) vendor/compiler-rt/dist/test/fuzzer/EmptyTest.cpp (props changed) vendor/compiler-rt/dist/test/fuzzer/EquivalenceATest.cpp (props changed) vendor/compiler-rt/dist/test/fuzzer/EquivalenceBTest.cpp (props changed) vendor/compiler-rt/dist/test/fuzzer/FlagsTest.cpp (props changed) vendor/compiler-rt/dist/test/fuzzer/FourIndependentBranchesTest.cpp (props changed) vendor/compiler-rt/dist/test/fuzzer/FullCoverageSetTest.cpp (props changed) vendor/compiler-rt/dist/test/fuzzer/GcSectionsTest.cpp (props changed) vendor/compiler-rt/dist/test/fuzzer/InitializeTest.cpp (props changed) vendor/compiler-rt/dist/test/fuzzer/LargeTest.cpp (props changed) vendor/compiler-rt/dist/test/fuzzer/LeakTimeoutTest.cpp (props changed) vendor/compiler-rt/dist/test/fuzzer/LoadTest.cpp (props changed) vendor/compiler-rt/dist/test/fuzzer/Memcmp64BytesTest.cpp (props changed) vendor/compiler-rt/dist/test/fuzzer/MemcmpTest.cpp (props changed) vendor/compiler-rt/dist/test/fuzzer/NotinstrumentedTest.cpp (props changed) vendor/compiler-rt/dist/test/fuzzer/NthRunCrashTest.cpp (props changed) vendor/compiler-rt/dist/test/fuzzer/NullDerefOnEmptyTest.cpp (props changed) vendor/compiler-rt/dist/test/fuzzer/OneHugeAllocTest.cpp (props changed) vendor/compiler-rt/dist/test/fuzzer/OutOfMemorySingleLargeMallocTest.cpp (props changed) vendor/compiler-rt/dist/test/fuzzer/OutOfMemoryTest.cpp (props changed) vendor/compiler-rt/dist/test/fuzzer/OverwriteInputTest.cpp (props changed) vendor/compiler-rt/dist/test/fuzzer/PrintFuncTest.cpp (props changed) vendor/compiler-rt/dist/test/fuzzer/RepeatedBytesTest.cpp (props changed) vendor/compiler-rt/dist/test/fuzzer/RepeatedMemcmp.cpp (props changed) vendor/compiler-rt/dist/test/fuzzer/ShrinkControlFlowSimpleTest.cpp (props changed) vendor/compiler-rt/dist/test/fuzzer/ShrinkControlFlowTest.cpp (props changed) vendor/compiler-rt/dist/test/fuzzer/SignedIntOverflowTest.cpp (props changed) vendor/compiler-rt/dist/test/fuzzer/SimpleDictionaryTest.cpp (props changed) vendor/compiler-rt/dist/test/fuzzer/SimpleHashTest.cpp (props changed) vendor/compiler-rt/dist/test/fuzzer/SimpleTest.cpp (props changed) vendor/compiler-rt/dist/test/fuzzer/SimpleThreadedTest.cpp (props changed) vendor/compiler-rt/dist/test/fuzzer/SingleByteInputTest.cpp (props changed) vendor/compiler-rt/dist/test/fuzzer/SingleMemcmpTest.cpp (props changed) vendor/compiler-rt/dist/test/fuzzer/SingleStrcmpTest.cpp (props changed) vendor/compiler-rt/dist/test/fuzzer/SingleStrncmpTest.cpp (props changed) vendor/compiler-rt/dist/test/fuzzer/SleepOneSecondTest.cpp (props changed) vendor/compiler-rt/dist/test/fuzzer/SpamyTest.cpp (props changed) vendor/compiler-rt/dist/test/fuzzer/StrcmpTest.cpp (props changed) vendor/compiler-rt/dist/test/fuzzer/StrncmpOOBTest.cpp (props changed) vendor/compiler-rt/dist/test/fuzzer/StrncmpTest.cpp (props changed) vendor/compiler-rt/dist/test/fuzzer/StrstrTest.cpp (props changed) vendor/compiler-rt/dist/test/fuzzer/Switch2Test.cpp (props changed) vendor/compiler-rt/dist/test/fuzzer/SwitchTest.cpp (props changed) vendor/compiler-rt/dist/test/fuzzer/TableLookupTest.cpp (props changed) vendor/compiler-rt/dist/test/fuzzer/ThreadedTest.cpp (props changed) vendor/compiler-rt/dist/test/fuzzer/TimeoutEmptyTest.cpp (props changed) vendor/compiler-rt/dist/test/fuzzer/TimeoutTest.cpp (props changed) vendor/compiler-rt/dist/test/fuzzer/TraceMallocTest.cpp (props changed) vendor/compiler-rt/dist/test/fuzzer/TwoDifferentBugsTest.cpp (props changed) vendor/compiler-rt/dist/test/fuzzer/dict1.txt (props changed) vendor/compiler-rt/dist/test/fuzzer/hi.txt (props changed) vendor/compiler-rt/dist/test/fuzzer/unit/lit.site.cfg.in (props changed) vendor/compiler-rt/dist/test/hwasan/CMakeLists.txt (props changed) vendor/compiler-rt/dist/test/hwasan/TestCases/halt-on-error.cc (props changed) vendor/compiler-rt/dist/test/hwasan/lit.site.cfg.in (props changed) vendor/compiler-rt/dist/test/interception/CMakeLists.txt (props changed) vendor/compiler-rt/dist/test/interception/Unit/lit.site.cfg.in (props changed) vendor/compiler-rt/dist/test/lsan/CMakeLists.txt (props changed) vendor/compiler-rt/dist/test/lsan/TestCases/Linux/cleanup_in_tsd_destructor.c (props changed) vendor/compiler-rt/dist/test/lsan/TestCases/Linux/disabler_in_tsd_destructor.c (props changed) vendor/compiler-rt/dist/test/lsan/TestCases/Linux/fork.cc (props changed) vendor/compiler-rt/dist/test/lsan/TestCases/Linux/fork_threaded.cc (props changed) vendor/compiler-rt/dist/test/lsan/TestCases/Linux/guard-page.c (props changed) vendor/compiler-rt/dist/test/lsan/TestCases/Linux/use_tls_pthread_specific_dynamic.cc (props changed) vendor/compiler-rt/dist/test/lsan/TestCases/Linux/use_tls_pthread_specific_static.cc (props changed) vendor/compiler-rt/dist/test/lsan/TestCases/Linux/use_tls_static.cc (props changed) vendor/compiler-rt/dist/test/lsan/TestCases/default_options.cc (props changed) vendor/compiler-rt/dist/test/lsan/TestCases/disabler.c (props changed) vendor/compiler-rt/dist/test/lsan/TestCases/disabler.cc (props changed) vendor/compiler-rt/dist/test/lsan/TestCases/do_leak_check_override.cc (props changed) vendor/compiler-rt/dist/test/lsan/TestCases/high_allocator_contention.cc (props changed) vendor/compiler-rt/dist/test/lsan/TestCases/ignore_object.c (props changed) vendor/compiler-rt/dist/test/lsan/TestCases/ignore_object_errors.cc (props changed) vendor/compiler-rt/dist/test/lsan/TestCases/large_allocation_leak.cc (props changed) vendor/compiler-rt/dist/test/lsan/TestCases/leak_check_at_exit.cc (props changed) vendor/compiler-rt/dist/test/lsan/TestCases/leak_check_before_thread_started.cc (props changed) vendor/compiler-rt/dist/test/lsan/TestCases/link_turned_off.cc (props changed) vendor/compiler-rt/dist/test/lsan/TestCases/many_tls_keys.cc (props changed) vendor/compiler-rt/dist/test/lsan/TestCases/new_array_with_dtor_0.cc (props changed) vendor/compiler-rt/dist/test/lsan/TestCases/pointer_to_self.cc (props changed) vendor/compiler-rt/dist/test/lsan/TestCases/print_suppressions.cc (props changed) vendor/compiler-rt/dist/test/lsan/TestCases/recoverable_leak_check.cc (props changed) vendor/compiler-rt/dist/test/lsan/TestCases/register_root_region.cc (props changed) vendor/compiler-rt/dist/test/lsan/TestCases/sanity_check_pure_c.c (props changed) vendor/compiler-rt/dist/test/lsan/TestCases/stale_stack_leak.cc (props changed) vendor/compiler-rt/dist/test/lsan/TestCases/strace_test.cc (props changed) vendor/compiler-rt/dist/test/lsan/TestCases/suppressions_default.cc (props changed) vendor/compiler-rt/dist/test/lsan/TestCases/suppressions_file.cc (props changed) vendor/compiler-rt/dist/test/lsan/TestCases/swapcontext.cc (props changed) vendor/compiler-rt/dist/test/lsan/TestCases/use_after_return.cc (props changed) vendor/compiler-rt/dist/test/lsan/TestCases/use_globals_initialized.cc (props changed) vendor/compiler-rt/dist/test/lsan/TestCases/use_globals_uninitialized.cc (props changed) vendor/compiler-rt/dist/test/lsan/TestCases/use_poisoned_asan.cc (props changed) vendor/compiler-rt/dist/test/lsan/TestCases/use_registers.cc (props changed) vendor/compiler-rt/dist/test/lsan/TestCases/use_stacks.cc (props changed) vendor/compiler-rt/dist/test/lsan/TestCases/use_stacks_threaded.cc (props changed) vendor/compiler-rt/dist/test/lsan/TestCases/use_unaligned.cc (props changed) vendor/compiler-rt/dist/test/lsan/lit.site.cfg.in (props changed) vendor/compiler-rt/dist/test/msan/CMakeLists.txt (props changed) vendor/compiler-rt/dist/test/msan/Linux/cmsghdr.cc (props changed) vendor/compiler-rt/dist/test/msan/Linux/eventfd.cc (props changed) vendor/compiler-rt/dist/test/msan/Linux/fopencookie.cc (props changed) vendor/compiler-rt/dist/test/msan/Linux/forkpty.cc (props changed) vendor/compiler-rt/dist/test/msan/Linux/getresid.cc (props changed) vendor/compiler-rt/dist/test/msan/Linux/glob.cc (props changed) vendor/compiler-rt/dist/test/msan/Linux/glob_altdirfunc.cc (props changed) vendor/compiler-rt/dist/test/msan/Linux/glob_nomatch.cc (props changed) vendor/compiler-rt/dist/test/msan/Linux/ioctl_sound.cc (props changed) vendor/compiler-rt/dist/test/msan/Linux/mallinfo.cc (props changed) vendor/compiler-rt/dist/test/msan/Linux/mincore.cc (props changed) vendor/compiler-rt/dist/test/msan/Linux/obstack.cc (props changed) vendor/compiler-rt/dist/test/msan/Linux/poll.cc (props changed) vendor/compiler-rt/dist/test/msan/Linux/process_vm_readv.cc (props changed) vendor/compiler-rt/dist/test/msan/Linux/strerror_r.cc (props changed) vendor/compiler-rt/dist/test/msan/Linux/sunrpc.cc (props changed) vendor/compiler-rt/dist/test/msan/Linux/sunrpc_bytes.cc (props changed) vendor/compiler-rt/dist/test/msan/Linux/sunrpc_string.cc (props changed) vendor/compiler-rt/dist/test/msan/Linux/syscalls.cc (props changed) vendor/compiler-rt/dist/test/msan/Linux/syscalls_sigaction.cc (props changed) vendor/compiler-rt/dist/test/msan/Linux/tcgetattr.cc (props changed) vendor/compiler-rt/dist/test/msan/Linux/xattr.cc (props changed) vendor/compiler-rt/dist/test/msan/Unit/lit.site.cfg.in (props changed) vendor/compiler-rt/dist/test/msan/__strxfrm_l.cc (props changed) vendor/compiler-rt/dist/test/msan/alloca.cc (props changed) vendor/compiler-rt/dist/test/msan/allocator_mapping.cc (props changed) vendor/compiler-rt/dist/test/msan/backtrace.cc (props changed) vendor/compiler-rt/dist/test/msan/c-strdup.c (props changed) vendor/compiler-rt/dist/test/msan/chained_origin.cc (props changed) vendor/compiler-rt/dist/test/msan/chained_origin_empty_stack.cc (props changed) vendor/compiler-rt/dist/test/msan/chained_origin_limits.cc (props changed) vendor/compiler-rt/dist/test/msan/chained_origin_memcpy.cc (props changed) vendor/compiler-rt/dist/test/msan/chained_origin_with_signals.cc (props changed) vendor/compiler-rt/dist/test/msan/check_mem_is_initialized.cc (props changed) vendor/compiler-rt/dist/test/msan/ctermid.cc (props changed) vendor/compiler-rt/dist/test/msan/cxa_atexit.cc (props changed) vendor/compiler-rt/dist/test/msan/death-callback.cc (props changed) vendor/compiler-rt/dist/test/msan/default_blacklist.cc (props changed) vendor/compiler-rt/dist/test/msan/dlerror.cc (props changed) vendor/compiler-rt/dist/test/msan/dlopen_executable.cc (props changed) vendor/compiler-rt/dist/test/msan/dso-origin.cc (props changed) vendor/compiler-rt/dist/test/msan/dtor-base-access.cc (props changed) vendor/compiler-rt/dist/test/msan/dtor-bit-fields.cc (props changed) vendor/compiler-rt/dist/test/msan/dtor-derived-class.cc (props changed) vendor/compiler-rt/dist/test/msan/dtor-multiple-inheritance-nontrivial-class-members.cc (props changed) vendor/compiler-rt/dist/test/msan/dtor-multiple-inheritance.cc (props changed) vendor/compiler-rt/dist/test/msan/dtor-trivial-class-members.cc (props changed) vendor/compiler-rt/dist/test/msan/dtor-trivial.cpp (props changed) vendor/compiler-rt/dist/test/msan/dtor-vtable-multiple-inheritance.cc (props changed) vendor/compiler-rt/dist/test/msan/dtor-vtable.cc (props changed) vendor/compiler-rt/dist/test/msan/errno.cc (props changed) vendor/compiler-rt/dist/test/msan/fork.cc (props changed) vendor/compiler-rt/dist/test/msan/fread_fwrite.cc (props changed) vendor/compiler-rt/dist/test/msan/ftime.cc (props changed) vendor/compiler-rt/dist/test/msan/getaddrinfo-positive.cc (props changed) vendor/compiler-rt/dist/test/msan/getaddrinfo.cc (props changed) vendor/compiler-rt/dist/test/msan/getc_unlocked.c (props changed) vendor/compiler-rt/dist/test/msan/getline.cc (props changed) vendor/compiler-rt/dist/test/msan/getloadavg.cc (props changed) vendor/compiler-rt/dist/test/msan/heap-origin.cc (props changed) vendor/compiler-rt/dist/test/msan/icmp_slt_allones.cc (props changed) vendor/compiler-rt/dist/test/msan/if_indextoname.cc (props changed) vendor/compiler-rt/dist/test/msan/ifaddrs.cc (props changed) vendor/compiler-rt/dist/test/msan/initgroups.cc (props changed) vendor/compiler-rt/dist/test/msan/inline.cc (props changed) vendor/compiler-rt/dist/test/msan/insertvalue_origin.cc (props changed) vendor/compiler-rt/dist/test/msan/ioctl.cc (props changed) vendor/compiler-rt/dist/test/msan/ioctl_custom.cc (props changed) vendor/compiler-rt/dist/test/msan/lit.site.cfg.in (props changed) vendor/compiler-rt/dist/test/msan/memcmp_test.cc (props changed) vendor/compiler-rt/dist/test/msan/mktime.cc (props changed) vendor/compiler-rt/dist/test/msan/mmap_below_shadow.cc (props changed) vendor/compiler-rt/dist/test/msan/msan_check_mem_is_initialized.cc (props changed) vendor/compiler-rt/dist/test/msan/msan_copy_shadow.cc (props changed) vendor/compiler-rt/dist/test/msan/msan_dump_shadow.cc (props changed) vendor/compiler-rt/dist/test/msan/msan_print_shadow.cc (props changed) vendor/compiler-rt/dist/test/msan/msan_print_shadow2.cc (props changed) vendor/compiler-rt/dist/test/msan/msan_print_shadow3.cc (props changed) vendor/compiler-rt/dist/test/msan/mul_by_const.cc (props changed) vendor/compiler-rt/dist/test/msan/no_sanitize_memory.cc (props changed) vendor/compiler-rt/dist/test/msan/no_sanitize_memory_prop.cc (props changed) vendor/compiler-rt/dist/test/msan/origin-store-long.cc (props changed) vendor/compiler-rt/dist/test/msan/param_tls_limit.cc (props changed) vendor/compiler-rt/dist/test/msan/poison_in_free.cc (props changed) vendor/compiler-rt/dist/test/msan/pr32842.c (props changed) vendor/compiler-rt/dist/test/msan/print_stats.cc (props changed) vendor/compiler-rt/dist/test/msan/pthread_setcancelstate.cc (props changed) vendor/compiler-rt/dist/test/msan/rand_r.cc (props changed) vendor/compiler-rt/dist/test/msan/readdir64.cc (props changed) vendor/compiler-rt/dist/test/msan/realloc-large-origin.cc (props changed) vendor/compiler-rt/dist/test/msan/realloc-origin.cc (props changed) vendor/compiler-rt/dist/test/msan/recover-dso.cc (props changed) vendor/compiler-rt/dist/test/msan/recover.cc (props changed) vendor/compiler-rt/dist/test/msan/report-demangling.cc (props changed) vendor/compiler-rt/dist/test/msan/scandir.cc (props changed) vendor/compiler-rt/dist/test/msan/scandir_null.cc (props changed) vendor/compiler-rt/dist/test/msan/select.cc (props changed) vendor/compiler-rt/dist/test/msan/select_float_origin.cc (props changed) vendor/compiler-rt/dist/test/msan/select_origin.cc (props changed) vendor/compiler-rt/dist/test/msan/sem_getvalue.cc (props changed) vendor/compiler-rt/dist/test/msan/setlocale.cc (props changed) vendor/compiler-rt/dist/test/msan/sigaction.cc (props changed) vendor/compiler-rt/dist/test/msan/signal_stress_test.cc (props changed) vendor/compiler-rt/dist/test/msan/sigwait.cc (props changed) vendor/compiler-rt/dist/test/msan/sigwaitinfo.cc (props changed) vendor/compiler-rt/dist/test/msan/stack-origin.cc (props changed) vendor/compiler-rt/dist/test/msan/stack-origin2.cc (props changed) vendor/compiler-rt/dist/test/msan/strerror_r-non-gnu.c (props changed) vendor/compiler-rt/dist/test/msan/strndup.cc (props changed) vendor/compiler-rt/dist/test/msan/strxfrm.cc (props changed) vendor/compiler-rt/dist/test/msan/sync_lock_set_and_test.cc (props changed) vendor/compiler-rt/dist/test/msan/test.h (props changed) vendor/compiler-rt/dist/test/msan/times.cc (props changed) vendor/compiler-rt/dist/test/msan/unaligned_read_origin.cc (props changed) vendor/compiler-rt/dist/test/msan/unpoison_string.cc (props changed) vendor/compiler-rt/dist/test/msan/use-after-free.cc (props changed) vendor/compiler-rt/dist/test/msan/vector_cvt.cc (props changed) vendor/compiler-rt/dist/test/msan/vector_select.cc (props changed) vendor/compiler-rt/dist/test/msan/wcsncpy.cc (props changed) vendor/compiler-rt/dist/test/profile/CMakeLists.txt (props changed) vendor/compiler-rt/dist/test/profile/Inputs/comdat_rename.h (props changed) vendor/compiler-rt/dist/test/profile/Inputs/comdat_rename_1.cc (props changed) vendor/compiler-rt/dist/test/profile/Inputs/comdat_rename_2.cc (props changed) vendor/compiler-rt/dist/test/profile/Inputs/extern_template.cpp (props changed) vendor/compiler-rt/dist/test/profile/Inputs/extern_template.h (props changed) vendor/compiler-rt/dist/test/profile/Inputs/extern_template1.cpp (props changed) vendor/compiler-rt/dist/test/profile/Inputs/extern_template2.cpp (props changed) vendor/compiler-rt/dist/test/profile/Inputs/gcc-flag-compatibility.c (props changed) vendor/compiler-rt/dist/test/profile/Inputs/instrprof-alloc.c (props changed) vendor/compiler-rt/dist/test/profile/Inputs/instrprof-comdat-1.cpp (props changed) vendor/compiler-rt/dist/test/profile/Inputs/instrprof-comdat-2.cpp (props changed) vendor/compiler-rt/dist/test/profile/Inputs/instrprof-comdat.h (props changed) vendor/compiler-rt/dist/test/profile/Inputs/instrprof-dlopen-main.c (props changed) vendor/compiler-rt/dist/test/profile/Inputs/instrprof-dynamic-a.cpp (props changed) vendor/compiler-rt/dist/test/profile/Inputs/instrprof-dynamic-b.cpp (props changed) vendor/compiler-rt/dist/test/profile/Inputs/instrprof-dynamic-header.h (props changed) vendor/compiler-rt/dist/test/profile/Inputs/instrprof-dynamic-main.cpp (props changed) vendor/compiler-rt/dist/test/profile/Inputs/instrprof-file_ex.c (props changed) vendor/compiler-rt/dist/test/profile/Inputs/instrprof-icall-promo.h (props changed) vendor/compiler-rt/dist/test/profile/Inputs/instrprof-icall-promo_1.cc (props changed) vendor/compiler-rt/dist/test/profile/Inputs/instrprof-icall-promo_2.cc (props changed) vendor/compiler-rt/dist/test/profile/Inputs/instrprof-merge-match-lib.c (props changed) vendor/compiler-rt/dist/test/profile/Inputs/instrprof-merge-match.c (props changed) vendor/compiler-rt/dist/test/profile/Inputs/instrprof-shared-lib.c (props changed) vendor/compiler-rt/dist/test/profile/Inputs/instrprof-shared-main.c (props changed) vendor/compiler-rt/dist/test/profile/Inputs/instrprof-value-prof-evict.c (props changed) vendor/compiler-rt/dist/test/profile/Inputs/instrprof-value-prof-real.c (props changed) vendor/compiler-rt/dist/test/profile/Inputs/instrprof-visibility-helper.cpp (props changed) vendor/compiler-rt/dist/test/profile/Linux/counter_promo_for.c (props changed) vendor/compiler-rt/dist/test/profile/Linux/counter_promo_while.c (props changed) vendor/compiler-rt/dist/test/profile/Linux/coverage_ctors.cpp (props changed) vendor/compiler-rt/dist/test/profile/Linux/coverage_dtor.cpp (props changed) vendor/compiler-rt/dist/test/profile/Linux/coverage_test.cpp (props changed) vendor/compiler-rt/dist/test/profile/Linux/instrprof-basic.c (props changed) vendor/compiler-rt/dist/test/profile/Linux/instrprof-cs.c (props changed) vendor/compiler-rt/dist/test/profile/Linux/instrprof-dir.c (props changed) vendor/compiler-rt/dist/test/profile/Linux/instrprof-merge-vp.c (props changed) vendor/compiler-rt/dist/test/profile/infinite_loop.c (props changed) vendor/compiler-rt/dist/test/profile/instrprof-basic.c (props changed) vendor/compiler-rt/dist/test/profile/instrprof-bufferio.c (props changed) vendor/compiler-rt/dist/test/profile/instrprof-dump.c (props changed) vendor/compiler-rt/dist/test/profile/instrprof-error.c (props changed) vendor/compiler-rt/dist/test/profile/instrprof-hostname.c (props changed) vendor/compiler-rt/dist/test/profile/instrprof-merge.c (props changed) vendor/compiler-rt/dist/test/profile/instrprof-override-filename-then-reset-default.c (props changed) vendor/compiler-rt/dist/test/profile/instrprof-override-filename-with-env.c (props changed) vendor/compiler-rt/dist/test/profile/instrprof-override-filename.c (props changed) vendor/compiler-rt/dist/test/profile/instrprof-set-filename-then-reset-default.c (props changed) vendor/compiler-rt/dist/test/profile/instrprof-set-filename.c (props changed) vendor/compiler-rt/dist/test/profile/instrprof-value-prof-2.c (props changed) vendor/compiler-rt/dist/test/profile/instrprof-value-prof-reset.c (props changed) vendor/compiler-rt/dist/test/profile/instrprof-value-prof.c (props changed) vendor/compiler-rt/dist/test/profile/instrprof-version-mismatch.c (props changed) vendor/compiler-rt/dist/test/profile/instrprof-visibility-kinds.inc (props changed) vendor/compiler-rt/dist/test/profile/instrprof-without-libc.c (props changed) vendor/compiler-rt/dist/test/profile/instrprof-write-file-atexit-explicitly.c (props changed) vendor/compiler-rt/dist/test/profile/instrprof-write-file-only.c (props changed) vendor/compiler-rt/dist/test/profile/instrprof-write-file.c (props changed) vendor/compiler-rt/dist/test/profile/lit.site.cfg.in (props changed) vendor/compiler-rt/dist/test/profile/runtime_infinite.c (props changed) vendor/compiler-rt/dist/test/safestack/CMakeLists.txt (props changed) vendor/compiler-rt/dist/test/safestack/buffer-copy-vla.c (props changed) vendor/compiler-rt/dist/test/safestack/buffer-copy.c (props changed) vendor/compiler-rt/dist/test/safestack/canary.c (props changed) vendor/compiler-rt/dist/test/safestack/init.c (props changed) vendor/compiler-rt/dist/test/safestack/lit.site.cfg.in (props changed) vendor/compiler-rt/dist/test/safestack/lto.c (props changed) vendor/compiler-rt/dist/test/safestack/overflow.c (props changed) vendor/compiler-rt/dist/test/safestack/pthread-cleanup.c (props changed) vendor/compiler-rt/dist/test/safestack/pthread.c (props changed) vendor/compiler-rt/dist/test/safestack/utils.h (props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/Darwin/abort_on_error.cc (props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/Darwin/print-stack-trace.cc (props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/Linux/abort_on_error.cc (props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/Linux/aligned_alloc.c (props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/Linux/allow_user_segv.cc (props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/Linux/assert.cc (props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/Linux/clock_gettime.c (props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/Linux/closedir.c (props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/Linux/decorate_proc_maps.cc (props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/Linux/deepbind.cc (props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/Linux/getpwnam_r_invalid_user.cc (props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/Linux/iconv_test.c (props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/Linux/ill.cc (props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/Linux/mlock_test.cc (props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/Linux/mprobe.cc (props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/Linux/new_delete_test.cc (props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/Linux/open_memstream.cc (props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/Linux/ptrace.cc (props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/Linux/recv_msg_trunc.cc (props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/Linux/sched_getparam.cc (props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/Linux/sem_init_glibc.cc (props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/Linux/signal_segv_handler.cc (props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/Linux/timerfd.cc (props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/Linux/unexpected_format_specifier_test.cc (props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/Posix/dedup_token_length_test.cc (props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/Posix/dump_instruction_bytes.cc (props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/Posix/dump_registers.cc (props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/Posix/fpe.cc (props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/Posix/sanitizer_set_report_fd_test.cc (props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/Posix/weak_hook_test.cc (props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/corelimit.cc (props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/fopen_nullptr.c (props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/malloc_hook.cc (props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/options-help.cc (props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/options-include.cc (props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/options-invalid.cc (props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/print-stack-trace.cc (props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/printf-ldbl.c (props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/pthread_mutexattr_get.cc (props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/sanitizer_coverage_inline8bit_counter.cc (props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/sanitizer_coverage_no_prune.cc (props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/sanitizer_coverage_stack_depth.cc (props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/sanitizer_coverage_symbolize.cc (props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard-dso.cc (props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard-init.cc (props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cc (props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/scanf-ldbl.c (props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/strcasestr.c (props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/strcspn.c (props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/strnlen.c (props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/strpbrk.c (props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/strspn.c (props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/strstr.c (props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/symbolize_pc.cc (props changed) vendor/compiler-rt/dist/test/sanitizer_common/TestCases/symbolize_stack.cc (props changed) vendor/compiler-rt/dist/test/sanitizer_common/Unit/lit.site.cfg.in (props changed) vendor/compiler-rt/dist/test/sanitizer_common/android_commands/android_common.py (props changed) vendor/compiler-rt/dist/test/sanitizer_common/android_commands/android_compile.py (props changed) vendor/compiler-rt/dist/test/sanitizer_common/android_commands/android_run.py (props changed) vendor/compiler-rt/dist/test/sanitizer_common/ios_commands/iossim_compile.py (props changed) vendor/compiler-rt/dist/test/sanitizer_common/ios_commands/iossim_env.py (props changed) vendor/compiler-rt/dist/test/sanitizer_common/ios_commands/iossim_run.py (props changed) vendor/compiler-rt/dist/test/sanitizer_common/lit.site.cfg.in (props changed) vendor/compiler-rt/dist/test/sanitizer_common/print_address.h (props changed) vendor/compiler-rt/dist/test/scudo/CMakeLists.txt (props changed) vendor/compiler-rt/dist/test/scudo/lit.site.cfg.in (props changed) vendor/compiler-rt/dist/test/scudo/malloc.cpp (props changed) vendor/compiler-rt/dist/test/scudo/options.cpp (props changed) vendor/compiler-rt/dist/test/scudo/overflow.c (props changed) vendor/compiler-rt/dist/test/scudo/preinit.c (props changed) vendor/compiler-rt/dist/test/scudo/quarantine.c (props changed) vendor/compiler-rt/dist/test/scudo/rss.c (props changed) vendor/compiler-rt/dist/test/scudo/secondary.c (props changed) vendor/compiler-rt/dist/test/scudo/threads.c (props changed) vendor/compiler-rt/dist/test/scudo/tsd_destruction.c (props changed) vendor/compiler-rt/dist/test/tsan/Darwin/debug_external.cc (props changed) vendor/compiler-rt/dist/test/tsan/Darwin/dlopen.cc (props changed) vendor/compiler-rt/dist/test/tsan/Darwin/external-dups.cc (props changed) vendor/compiler-rt/dist/test/tsan/Darwin/external-ignore-noninstrumented.cc (props changed) vendor/compiler-rt/dist/test/tsan/Darwin/external-lib.cc (props changed) vendor/compiler-rt/dist/test/tsan/Darwin/external-noninstrumented-module.cc (props changed) vendor/compiler-rt/dist/test/tsan/Darwin/external-swift.cc (props changed) vendor/compiler-rt/dist/test/tsan/Darwin/external.cc (props changed) vendor/compiler-rt/dist/test/tsan/Darwin/malloc-stack-logging.cc (props changed) vendor/compiler-rt/dist/test/tsan/Darwin/osspinlock-norace.cc (props changed) vendor/compiler-rt/dist/test/tsan/Darwin/realloc-zero.cc (props changed) vendor/compiler-rt/dist/test/tsan/Darwin/signals-blocked.cc (props changed) vendor/compiler-rt/dist/test/tsan/Darwin/symbolizer-atos.cc (props changed) vendor/compiler-rt/dist/test/tsan/Darwin/symbolizer-dladdr.cc (props changed) vendor/compiler-rt/dist/test/tsan/Linux/check_memcpy.cc (props changed) vendor/compiler-rt/dist/test/tsan/Linux/check_preinit.cc (props changed) vendor/compiler-rt/dist/test/tsan/Linux/double_race.cc (props changed) vendor/compiler-rt/dist/test/tsan/Linux/mutex_robust.cc (props changed) vendor/compiler-rt/dist/test/tsan/Linux/mutex_robust2.cc (props changed) vendor/compiler-rt/dist/test/tsan/Linux/pie_no_aslr.cc (props changed) vendor/compiler-rt/dist/test/tsan/Linux/user_fopen.cc (props changed) vendor/compiler-rt/dist/test/tsan/Linux/user_malloc.cc (props changed) vendor/compiler-rt/dist/test/tsan/Unit/lit.site.cfg.in (props changed) vendor/compiler-rt/dist/test/tsan/aligned_vs_unaligned_race.cc (props changed) vendor/compiler-rt/dist/test/tsan/annotate_happens_before.cc (props changed) vendor/compiler-rt/dist/test/tsan/atexit.cc (props changed) vendor/compiler-rt/dist/test/tsan/atexit2.cc (props changed) vendor/compiler-rt/dist/test/tsan/atexit3.cc (props changed) vendor/compiler-rt/dist/test/tsan/atomic_free.cc (props changed) vendor/compiler-rt/dist/test/tsan/atomic_free2.cc (props changed) vendor/compiler-rt/dist/test/tsan/atomic_free3.cc (props changed) vendor/compiler-rt/dist/test/tsan/atomic_hle.cc (props changed) vendor/compiler-rt/dist/test/tsan/atomic_norace.cc (props changed) vendor/compiler-rt/dist/test/tsan/atomic_race.cc (props changed) vendor/compiler-rt/dist/test/tsan/atomic_stack.cc (props changed) vendor/compiler-rt/dist/test/tsan/atomic_store.cc (props changed) vendor/compiler-rt/dist/test/tsan/barrier.cc (props changed) vendor/compiler-rt/dist/test/tsan/bench.h (props changed) vendor/compiler-rt/dist/test/tsan/bench_acquire_only.cc (props changed) vendor/compiler-rt/dist/test/tsan/bench_acquire_release.cc (props changed) vendor/compiler-rt/dist/test/tsan/bench_local_mutex.cc (props changed) vendor/compiler-rt/dist/test/tsan/bench_mutex.cc (props changed) vendor/compiler-rt/dist/test/tsan/bench_release_only.cc (props changed) vendor/compiler-rt/dist/test/tsan/bench_rwmutex.cc (props changed) vendor/compiler-rt/dist/test/tsan/bench_shadow_flush.cc (props changed) vendor/compiler-rt/dist/test/tsan/bench_single_writer.cc (props changed) vendor/compiler-rt/dist/test/tsan/bench_ten_mutexes.cc (props changed) vendor/compiler-rt/dist/test/tsan/benign_race.cc (props changed) vendor/compiler-rt/dist/test/tsan/blacklist.cc (props changed) vendor/compiler-rt/dist/test/tsan/blacklist2.cc (props changed) vendor/compiler-rt/dist/test/tsan/cond.c (props changed) vendor/compiler-rt/dist/test/tsan/cond_cancel.c (props changed) vendor/compiler-rt/dist/test/tsan/cond_destruction.cc (props changed) vendor/compiler-rt/dist/test/tsan/cond_race.cc (props changed) vendor/compiler-rt/dist/test/tsan/cond_version.c (props changed) vendor/compiler-rt/dist/test/tsan/custom_mutex.h (props changed) vendor/compiler-rt/dist/test/tsan/custom_mutex0.cc (props changed) vendor/compiler-rt/dist/test/tsan/custom_mutex1.cc (props changed) vendor/compiler-rt/dist/test/tsan/custom_mutex2.cc (props changed) vendor/compiler-rt/dist/test/tsan/custom_mutex3.cc (props changed) vendor/compiler-rt/dist/test/tsan/custom_mutex4.cc (props changed) vendor/compiler-rt/dist/test/tsan/custom_mutex5.cc (props changed) vendor/compiler-rt/dist/test/tsan/deadlock_detector_stress_test.cc (props changed) vendor/compiler-rt/dist/test/tsan/debug_alloc_stack.cc (props changed) vendor/compiler-rt/dist/test/tsan/debug_locate.cc (props changed) vendor/compiler-rt/dist/test/tsan/debugging.cc (props changed) vendor/compiler-rt/dist/test/tsan/deep_stack1.cc (props changed) vendor/compiler-rt/dist/test/tsan/default_options.cc (props changed) vendor/compiler-rt/dist/test/tsan/dl_iterate_phdr.cc (props changed) vendor/compiler-rt/dist/test/tsan/dlclose.cc (props changed) vendor/compiler-rt/dist/test/tsan/dtls.c (props changed) vendor/compiler-rt/dist/test/tsan/exceptions.cc (props changed) vendor/compiler-rt/dist/test/tsan/fd_close_norace.cc (props changed) vendor/compiler-rt/dist/test/tsan/fd_close_norace2.cc (props changed) vendor/compiler-rt/dist/test/tsan/fd_dup_norace.cc (props changed) vendor/compiler-rt/dist/test/tsan/fd_dup_norace2.cc (props changed) vendor/compiler-rt/dist/test/tsan/fd_dup_race.cc (props changed) vendor/compiler-rt/dist/test/tsan/fd_location.cc (props changed) vendor/compiler-rt/dist/test/tsan/fd_pipe_norace.cc (props changed) vendor/compiler-rt/dist/test/tsan/fd_pipe_race.cc (props changed) vendor/compiler-rt/dist/test/tsan/fd_socket_connect_norace.cc (props changed) vendor/compiler-rt/dist/test/tsan/fd_socket_norace.cc (props changed) vendor/compiler-rt/dist/test/tsan/fd_socketpair_norace.cc (props changed) vendor/compiler-rt/dist/test/tsan/fd_stdout_race.cc (props changed) vendor/compiler-rt/dist/test/tsan/fd_tid_recycled.cc (props changed) vendor/compiler-rt/dist/test/tsan/fork_atexit.cc (props changed) vendor/compiler-rt/dist/test/tsan/fork_deadlock.cc (props changed) vendor/compiler-rt/dist/test/tsan/fork_multithreaded.cc (props changed) vendor/compiler-rt/dist/test/tsan/fork_multithreaded3.cc (props changed) vendor/compiler-rt/dist/test/tsan/free_race.c (props changed) vendor/compiler-rt/dist/test/tsan/free_race2.c (props changed) vendor/compiler-rt/dist/test/tsan/getline_nohang.cc (props changed) vendor/compiler-rt/dist/test/tsan/global_race2.cc (props changed) vendor/compiler-rt/dist/test/tsan/global_race3.cc (props changed) vendor/compiler-rt/dist/test/tsan/halt_on_error.cc (props changed) vendor/compiler-rt/dist/test/tsan/heap_race.cc (props changed) vendor/compiler-rt/dist/test/tsan/ignore_free.cc (props changed) vendor/compiler-rt/dist/test/tsan/ignore_lib_lib.h (props changed) vendor/compiler-rt/dist/test/tsan/ignore_malloc.cc (props changed) vendor/compiler-rt/dist/test/tsan/ignore_race.cc (props changed) vendor/compiler-rt/dist/test/tsan/ignore_sync.cc (props changed) vendor/compiler-rt/dist/test/tsan/inlined_memcpy_race.cc (props changed) vendor/compiler-rt/dist/test/tsan/inlined_memcpy_race2.cc (props changed) vendor/compiler-rt/dist/test/tsan/interface_atomic_test.c (props changed) vendor/compiler-rt/dist/test/tsan/java.h (props changed) vendor/compiler-rt/dist/test/tsan/java_alloc.cc (props changed) vendor/compiler-rt/dist/test/tsan/java_finalizer.cc (props changed) vendor/compiler-rt/dist/test/tsan/java_find.cc (props changed) vendor/compiler-rt/dist/test/tsan/java_heap_init.cc (props changed) vendor/compiler-rt/dist/test/tsan/java_lock.cc (props changed) vendor/compiler-rt/dist/test/tsan/java_lock_move.cc (props changed) vendor/compiler-rt/dist/test/tsan/java_lock_rec.cc (props changed) vendor/compiler-rt/dist/test/tsan/java_lock_rec_race.cc (props changed) vendor/compiler-rt/dist/test/tsan/java_move_overlap.cc (props changed) vendor/compiler-rt/dist/test/tsan/java_move_overlap_race.cc (props changed) vendor/compiler-rt/dist/test/tsan/java_race.cc (props changed) vendor/compiler-rt/dist/test/tsan/java_race_move.cc (props changed) vendor/compiler-rt/dist/test/tsan/java_race_pc.cc (props changed) vendor/compiler-rt/dist/test/tsan/java_rwlock.cc (props changed) vendor/compiler-rt/dist/test/tsan/java_volatile.cc (props changed) vendor/compiler-rt/dist/test/tsan/large_malloc_meta.cc (props changed) vendor/compiler-rt/dist/test/tsan/libcxx/std_shared_ptr.cc (props changed) vendor/compiler-rt/dist/test/tsan/load_shared_lib.cc (props changed) vendor/compiler-rt/dist/test/tsan/longjmp.cc (props changed) vendor/compiler-rt/dist/test/tsan/longjmp2.cc (props changed) vendor/compiler-rt/dist/test/tsan/longjmp3.cc (props changed) vendor/compiler-rt/dist/test/tsan/longjmp4.cc (props changed) vendor/compiler-rt/dist/test/tsan/lots_of_threads.c (props changed) vendor/compiler-rt/dist/test/tsan/malloc_overflow.cc (props changed) vendor/compiler-rt/dist/test/tsan/malloc_stack.cc (props changed) vendor/compiler-rt/dist/test/tsan/map32bit.cc (props changed) vendor/compiler-rt/dist/test/tsan/memcmp_race.cc (props changed) vendor/compiler-rt/dist/test/tsan/memcpy_race.cc (props changed) vendor/compiler-rt/dist/test/tsan/mmap_large.cc (props changed) vendor/compiler-rt/dist/test/tsan/mmap_stress.cc (props changed) vendor/compiler-rt/dist/test/tsan/mop1.c (props changed) vendor/compiler-rt/dist/test/tsan/mop_with_offset.cc (props changed) vendor/compiler-rt/dist/test/tsan/mop_with_offset2.cc (props changed) vendor/compiler-rt/dist/test/tsan/must_deadlock.cc (props changed) vendor/compiler-rt/dist/test/tsan/mutex_annotations.cc (props changed) vendor/compiler-rt/dist/test/tsan/mutex_bad_read_lock.cc (props changed) vendor/compiler-rt/dist/test/tsan/mutex_bad_read_unlock.cc (props changed) vendor/compiler-rt/dist/test/tsan/mutex_bad_unlock.cc (props changed) vendor/compiler-rt/dist/test/tsan/mutex_cycle2.c (props changed) vendor/compiler-rt/dist/test/tsan/mutex_cycle_long.c (props changed) vendor/compiler-rt/dist/test/tsan/mutex_destroy_locked.cc (props changed) vendor/compiler-rt/dist/test/tsan/mutex_double_lock.cc (props changed) vendor/compiler-rt/dist/test/tsan/mutex_lock_destroyed.cc (props changed) vendor/compiler-rt/dist/test/tsan/mutexset1.cc (props changed) vendor/compiler-rt/dist/test/tsan/mutexset2.cc (props changed) vendor/compiler-rt/dist/test/tsan/mutexset3.cc (props changed) vendor/compiler-rt/dist/test/tsan/mutexset4.cc (props changed) vendor/compiler-rt/dist/test/tsan/mutexset5.cc (props changed) vendor/compiler-rt/dist/test/tsan/mutexset6.cc (props changed) vendor/compiler-rt/dist/test/tsan/mutexset7.cc (props changed) vendor/compiler-rt/dist/test/tsan/mutexset8.cc (props changed) vendor/compiler-rt/dist/test/tsan/pie_test.cc (props changed) vendor/compiler-rt/dist/test/tsan/printf-1.c (props changed) vendor/compiler-rt/dist/test/tsan/pthread_atfork_deadlock.c (props changed) vendor/compiler-rt/dist/test/tsan/pthread_key.cc (props changed) vendor/compiler-rt/dist/test/tsan/race_on_barrier.c (props changed) vendor/compiler-rt/dist/test/tsan/race_on_barrier2.c (props changed) vendor/compiler-rt/dist/test/tsan/race_on_heap.cc (props changed) vendor/compiler-rt/dist/test/tsan/race_on_mutex.c (props changed) vendor/compiler-rt/dist/test/tsan/race_on_mutex2.c (props changed) vendor/compiler-rt/dist/test/tsan/race_on_puts.cc (props changed) vendor/compiler-rt/dist/test/tsan/race_on_read.cc (props changed) vendor/compiler-rt/dist/test/tsan/race_on_speculative_load.cc (props changed) vendor/compiler-rt/dist/test/tsan/race_on_write.cc (props changed) vendor/compiler-rt/dist/test/tsan/race_stress.cc (props changed) vendor/compiler-rt/dist/test/tsan/race_top_suppression.cc (props changed) vendor/compiler-rt/dist/test/tsan/race_top_suppression1.cc (props changed) vendor/compiler-rt/dist/test/tsan/race_with_finished_thread.cc (props changed) vendor/compiler-rt/dist/test/tsan/real_deadlock_detector_stress_test.cc (props changed) vendor/compiler-rt/dist/test/tsan/restore_stack.cc (props changed) vendor/compiler-rt/dist/test/tsan/setuid.c (props changed) vendor/compiler-rt/dist/test/tsan/setuid2.c (props changed) vendor/compiler-rt/dist/test/tsan/signal_block.cc (props changed) vendor/compiler-rt/dist/test/tsan/signal_cond.cc (props changed) vendor/compiler-rt/dist/test/tsan/signal_errno.cc (props changed) vendor/compiler-rt/dist/test/tsan/signal_longjmp.cc (props changed) vendor/compiler-rt/dist/test/tsan/signal_malloc.cc (props changed) vendor/compiler-rt/dist/test/tsan/signal_pause.cc (props changed) vendor/compiler-rt/dist/test/tsan/signal_recursive.cc (props changed) vendor/compiler-rt/dist/test/tsan/signal_reset.cc (props changed) vendor/compiler-rt/dist/test/tsan/signal_sync.cc (props changed) vendor/compiler-rt/dist/test/tsan/signal_sync2.cc (props changed) vendor/compiler-rt/dist/test/tsan/signal_thread.cc (props changed) vendor/compiler-rt/dist/test/tsan/signal_write.cc (props changed) vendor/compiler-rt/dist/test/tsan/sigsuspend.cc (props changed) vendor/compiler-rt/dist/test/tsan/simple_race.c (props changed) vendor/compiler-rt/dist/test/tsan/simple_race.cc (props changed) vendor/compiler-rt/dist/test/tsan/simple_stack.c (props changed) vendor/compiler-rt/dist/test/tsan/sleep_sync.cc (props changed) vendor/compiler-rt/dist/test/tsan/sleep_sync2.cc (props changed) vendor/compiler-rt/dist/test/tsan/stack_race.cc (props changed) vendor/compiler-rt/dist/test/tsan/stack_race2.cc (props changed) vendor/compiler-rt/dist/test/tsan/stack_sync_reuse.cc (props changed) vendor/compiler-rt/dist/test/tsan/static_init1.cc (props changed) vendor/compiler-rt/dist/test/tsan/static_init2.cc (props changed) vendor/compiler-rt/dist/test/tsan/static_init3.cc (props changed) vendor/compiler-rt/dist/test/tsan/static_init4.cc (props changed) vendor/compiler-rt/dist/test/tsan/static_init5.cc (props changed) vendor/compiler-rt/dist/test/tsan/sunrpc.cc (props changed) vendor/compiler-rt/dist/test/tsan/suppress_same_address.cc (props changed) vendor/compiler-rt/dist/test/tsan/suppress_same_stacks.cc (props changed) vendor/compiler-rt/dist/test/tsan/suppressions_global.cc (props changed) vendor/compiler-rt/dist/test/tsan/suppressions_race.cc (props changed) vendor/compiler-rt/dist/test/tsan/suppressions_race2.cc (props changed) vendor/compiler-rt/dist/test/tsan/thread_detach.c (props changed) vendor/compiler-rt/dist/test/tsan/thread_detach2.c (props changed) vendor/compiler-rt/dist/test/tsan/thread_end_with_ignore.cc (props changed) vendor/compiler-rt/dist/test/tsan/thread_end_with_ignore2.cc (props changed) vendor/compiler-rt/dist/test/tsan/thread_end_with_ignore3.cc (props changed) vendor/compiler-rt/dist/test/tsan/thread_leak.c (props changed) vendor/compiler-rt/dist/test/tsan/thread_leak2.c (props changed) vendor/compiler-rt/dist/test/tsan/thread_leak3.c (props changed) vendor/compiler-rt/dist/test/tsan/thread_leak4.c (props changed) vendor/compiler-rt/dist/test/tsan/thread_leak5.c (props changed) vendor/compiler-rt/dist/test/tsan/thread_name2.cc (props changed) vendor/compiler-rt/dist/test/tsan/tiny_race.c (props changed) vendor/compiler-rt/dist/test/tsan/tls_race.cc (props changed) vendor/compiler-rt/dist/test/tsan/tsan-vs-gvn.cc (props changed) vendor/compiler-rt/dist/test/tsan/unaligned_norace.cc (props changed) vendor/compiler-rt/dist/test/tsan/unaligned_race.cc (props changed) vendor/compiler-rt/dist/test/tsan/vfork.cc (props changed) vendor/compiler-rt/dist/test/tsan/virtual_inheritance_compile_bug.cc (props changed) vendor/compiler-rt/dist/test/tsan/vptr_benign_race.cc (props changed) vendor/compiler-rt/dist/test/tsan/vptr_harmful_race.cc (props changed) vendor/compiler-rt/dist/test/tsan/vptr_harmful_race2.cc (props changed) vendor/compiler-rt/dist/test/tsan/vptr_harmful_race3.cc (props changed) vendor/compiler-rt/dist/test/tsan/vptr_harmful_race4.cc (props changed) vendor/compiler-rt/dist/test/tsan/write_in_reader_lock.cc (props changed) vendor/compiler-rt/dist/test/ubsan/TestCases/Integer/add-overflow.cpp (props changed) vendor/compiler-rt/dist/test/ubsan/TestCases/Integer/div-overflow.cpp (props changed) vendor/compiler-rt/dist/test/ubsan/TestCases/Integer/div-zero.cpp (props changed) vendor/compiler-rt/dist/test/ubsan/TestCases/Integer/incdec-overflow.cpp (props changed) vendor/compiler-rt/dist/test/ubsan/TestCases/Integer/mul-overflow.cpp (props changed) vendor/compiler-rt/dist/test/ubsan/TestCases/Integer/shift.cpp (props changed) vendor/compiler-rt/dist/test/ubsan/TestCases/Integer/sub-overflow.cpp (props changed) vendor/compiler-rt/dist/test/ubsan/TestCases/Integer/summary.cpp (props changed) vendor/compiler-rt/dist/test/ubsan/TestCases/Integer/uadd-overflow.cpp (props changed) vendor/compiler-rt/dist/test/ubsan/TestCases/Integer/uincdec-overflow.cpp (props changed) vendor/compiler-rt/dist/test/ubsan/TestCases/Integer/umul-overflow.cpp (props changed) vendor/compiler-rt/dist/test/ubsan/TestCases/Integer/usub-overflow.cpp (props changed) vendor/compiler-rt/dist/test/ubsan/TestCases/Misc/Inputs/no-interception-dso.c (props changed) vendor/compiler-rt/dist/test/ubsan/TestCases/Misc/Inputs/returns-unexpectedly.c (props changed) vendor/compiler-rt/dist/test/ubsan/TestCases/Misc/Linux/print_stack_trace.cc (props changed) vendor/compiler-rt/dist/test/ubsan/TestCases/Misc/Linux/ubsan_options.cc (props changed) vendor/compiler-rt/dist/test/ubsan/TestCases/Misc/bool.cpp (props changed) vendor/compiler-rt/dist/test/ubsan/TestCases/Misc/bounds.cpp (props changed) vendor/compiler-rt/dist/test/ubsan/TestCases/Misc/builtins.cpp (props changed) vendor/compiler-rt/dist/test/ubsan/TestCases/Misc/deduplication.cpp (props changed) vendor/compiler-rt/dist/test/ubsan/TestCases/Misc/enum.cpp (props changed) vendor/compiler-rt/dist/test/ubsan/TestCases/Misc/log-path_test.cc (props changed) vendor/compiler-rt/dist/test/ubsan/TestCases/Misc/no-interception.cpp (props changed) vendor/compiler-rt/dist/test/ubsan/TestCases/Misc/nonnull-arg.cpp (props changed) vendor/compiler-rt/dist/test/ubsan/TestCases/Misc/nonnull.cpp (props changed) vendor/compiler-rt/dist/test/ubsan/TestCases/Misc/nullability.c (props changed) vendor/compiler-rt/dist/test/ubsan/TestCases/Misc/unreachable.cpp (props changed) vendor/compiler-rt/dist/test/ubsan/TestCases/Misc/vla.c (props changed) vendor/compiler-rt/dist/test/ubsan/TestCases/Pointer/index-overflow.cpp (props changed) vendor/compiler-rt/dist/test/ubsan/TestCases/Pointer/unsigned-index-expression.cpp (props changed) vendor/compiler-rt/dist/test/ubsan/TestCases/TypeCheck/Linux/PR33221.cpp (props changed) vendor/compiler-rt/dist/test/ubsan/TestCases/TypeCheck/PR33221.cpp (props changed) vendor/compiler-rt/dist/test/ubsan/TestCases/TypeCheck/null.cpp (props changed) vendor/compiler-rt/dist/test/ubsan/TestCases/TypeCheck/vptr-corrupted-vtable-itanium.cpp (props changed) vendor/compiler-rt/dist/test/ubsan/TestCases/TypeCheck/vptr-non-unique-typeinfo.cpp (props changed) vendor/compiler-rt/dist/test/ubsan/TestCases/TypeCheck/vptr-virtual-base-construction.cpp (props changed) vendor/compiler-rt/dist/test/ubsan/TestCases/TypeCheck/vptr-virtual-base.cpp (props changed) vendor/compiler-rt/dist/test/ubsan/lit.site.cfg.in (props changed) vendor/compiler-rt/dist/test/ubsan_minimal/TestCases/recover-dedup-limit.cpp (props changed) vendor/compiler-rt/dist/test/ubsan_minimal/TestCases/recover-dedup.cpp (props changed) vendor/compiler-rt/dist/test/ubsan_minimal/TestCases/test-darwin-interface.c (props changed) vendor/compiler-rt/dist/test/ubsan_minimal/TestCases/uadd-overflow.cpp (props changed) vendor/compiler-rt/dist/test/ubsan_minimal/lit.site.cfg.in (props changed) vendor/compiler-rt/dist/test/xray/Unit/lit.site.cfg.in (props changed) vendor/compiler-rt/dist/test/xray/lit.site.cfg.in (props changed) vendor/compiler-rt/dist/unittests/CMakeLists.txt (props changed) vendor/compiler-rt/dist/unittests/lit.common.unit.configured.in (props changed) vendor/compiler-rt/dist/unittests/lit_unittest_cfg_utils.py (props changed) Modified: vendor/compiler-rt/dist/CMakeLists.txt ============================================================================== --- vendor/compiler-rt/dist/CMakeLists.txt Sat Jul 28 11:06:16 2018 (r336816) +++ vendor/compiler-rt/dist/CMakeLists.txt Sat Jul 28 11:06:48 2018 (r336817) @@ -9,6 +9,7 @@ cmake_minimum_required(VERSION 3.4.3) if (CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR OR COMPILER_RT_STANDALONE_BUILD) project(CompilerRT C CXX ASM) set(COMPILER_RT_STANDALONE_BUILD TRUE) + set_property(GLOBAL PROPERTY USE_FOLDERS ON) endif() # Add path for custom compiler-rt modules. @@ -63,6 +64,11 @@ set(COMPILER_RT_BAREMETAL_BUILD OFF CACHE BOOLEAN if (COMPILER_RT_STANDALONE_BUILD) load_llvm_config() + if (TARGET intrinsics_gen) + # Loading the llvm config causes this target to be imported so place it + # under the appropriate folder in an IDE. + set_target_properties(intrinsics_gen PROPERTIES FOLDER "Compiler-RT Misc") + endif() # Find Python interpreter. set(Python_ADDITIONAL_VERSIONS 2.7 2.6 2.5) @@ -96,6 +102,8 @@ pythonize_bool(ANDROID) set(COMPILER_RT_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}) set(COMPILER_RT_BINARY_DIR ${CMAKE_CURRENT_BINARY_DIR}) +pythonize_bool(LLVM_ENABLE_PER_TARGET_RUNTIME_DIR) + # We support running instrumented tests when we're not cross compiling # and target a UNIX-like system or Windows. # We can run tests on Android even when we are cross-compiling. @@ -112,9 +120,6 @@ option(COMPILER_RT_EXTERNALIZE_DEBUGINFO # COMPILER_RT_DEBUG_PYBOOL is used by lit.common.configured.in. pythonize_bool(COMPILER_RT_DEBUG) -include(HandleCompilerRT) -include(config-ix) - if(APPLE AND SANITIZER_MIN_OSX_VERSION AND SANITIZER_MIN_OSX_VERSION VERSION_LESS "10.9") # Mac OS X prior to 10.9 had problems with exporting symbols from # libc++/libc++abi. @@ -133,42 +138,35 @@ pythonize_bool(SANITIZER_CAN_USE_CXXABI) set(SANITIZER_CXX_ABI "default" CACHE STRING "Specify C++ ABI library to use.") -set(CXXABIS none default libcxxabi libstdc++ libc++) +set(CXXABIS none default libstdc++ libc++) set_property(CACHE SANITIZER_CXX_ABI PROPERTY STRINGS ;${CXXABIS}) if (SANITIZER_CXX_ABI STREQUAL "default") - if (HAVE_LIBCXXABI AND COMPILER_RT_DEFAULT_TARGET_ONLY) - set(SANITIZER_CXX_ABI_LIBNAME "libcxxabi") - set(SANITIZER_CXX_ABI_INTREE 1) - elseif (APPLE) - set(SANITIZER_CXX_ABI_LIBNAME "libcxxabi") + if (APPLE) + set(SANITIZER_CXX_ABI_LIBNAME "libc++") set(SANITIZER_CXX_ABI_SYSTEM 1) + elseif (FUCHSIA) + set(SANITIZER_CXX_ABI_LIBNAME "libc++") + set(SANITIZER_CXX_ABI_INTREE 1) else() set(SANITIZER_CXX_ABI_LIBNAME "libstdc++") + set(SANITIZER_CXX_ABI_SYSTEM 1) endif() else() set(SANITIZER_CXX_ABI_LIBNAME "${SANITIZER_CXX_ABI}") + set(SANITIZER_CXX_ABI_SYSTEM 1) endif() -if (SANITIZER_CXX_ABI_LIBNAME STREQUAL "libcxxabi") - if (SANITIZER_CXX_ABI_INTREE) - if (TARGET unwind_shared OR HAVE_LIBUNWIND) - list(APPEND SANITIZER_CXX_ABI_LIBRARY unwind_shared) - endif() - if (TARGET cxxabi_shared OR HAVE_LIBCXXABI) - list(APPEND SANITIZER_CXX_ABI_LIBRARY cxxabi_shared) - endif() - else() - list(APPEND SANITIZER_CXX_ABI_LIBRARY "c++abi") - endif() -elseif (SANITIZER_CXX_ABI_LIBNAME STREQUAL "libc++") - list(APPEND SANITIZER_CXX_ABI_LIBRARY "c++") -elseif (SANITIZER_CXX_ABI_LIBNAME STREQUAL "libstdc++") - append_list_if(COMPILER_RT_HAS_LIBSTDCXX stdc++ SANITIZER_CXX_ABI_LIBRARY) +set(DEFAULT_COMPILER_RT_USE_BUILTINS_LIBRARY OFF) +if (FUCHSIA) + set(DEFAULT_COMPILER_RT_USE_BUILTINS_LIBRARY ON) endif() -option(SANITIZER_USE_COMPILER_RT "Use compiler-rt builtins instead of libgcc" OFF) +option(COMPILER_RT_USE_BUILTINS_LIBRARY + "Use compiler-rt builtins instead of libgcc" ${DEFAULT_COMPILER_RT_USE_BUILTINS_LIBRARY}) +include(config-ix) + #================================ # Setup Compiler Flags #================================ @@ -274,12 +272,14 @@ else() set(SANITIZER_LIMIT_FRAME_SIZE FALSE) endif() +if(FUCHSIA OR UNIX) + set(SANITIZER_USE_SYMBOLS TRUE) +else() + set(SANITIZER_USE_SYMBOLS FALSE) +endif() + # Build sanitizer runtimes with debug info. -if(COMPILER_RT_HAS_GLINE_TABLES_ONLY_FLAG AND NOT COMPILER_RT_DEBUG) - list(APPEND SANITIZER_COMMON_CFLAGS -gline-tables-only) -elseif(COMPILER_RT_HAS_G_FLAG) - list(APPEND SANITIZER_COMMON_CFLAGS -g) -elseif(MSVC) +if(MSVC) # Use /Z7 instead of /Zi for the asan runtime. This avoids the LNK4099 # warning from the MS linker complaining that it can't find the 'vc140.pdb' # file used by our object library compilations. @@ -287,6 +287,10 @@ elseif(MSVC) llvm_replace_compiler_option(CMAKE_CXX_FLAGS "/Z[i7I]" "/Z7") llvm_replace_compiler_option(CMAKE_CXX_FLAGS_DEBUG "/Z[i7I]" "/Z7") llvm_replace_compiler_option(CMAKE_CXX_FLAGS_RELWITHDEBINFO "/Z[i7I]" "/Z7") +elseif(COMPILER_RT_HAS_GLINE_TABLES_ONLY_FLAG AND NOT COMPILER_RT_DEBUG) + list(APPEND SANITIZER_COMMON_CFLAGS -gline-tables-only) +elseif(COMPILER_RT_HAS_G_FLAG) + list(APPEND SANITIZER_COMMON_CFLAGS -g) endif() if(LLVM_ENABLE_MODULES) @@ -309,9 +313,7 @@ append_list_if(COMPILER_RT_HAS_WD4800_FLAG /wd4800 SAN # Set common link flags. append_list_if(COMPILER_RT_HAS_NODEFAULTLIBS_FLAG -nodefaultlibs SANITIZER_COMMON_LINK_FLAGS) -if (SANITIZER_USE_COMPILER_RT) - list(APPEND SANITIZER_COMMON_LINK_FLAGS -rtlib=compiler-rt) - find_compiler_rt_library(builtins COMPILER_RT_BUILTINS_LIBRARY) +if (COMPILER_RT_USE_BUILTINS_LIBRARY) list(APPEND SANITIZER_COMMON_LINK_LIBS ${COMPILER_RT_BUILTINS_LIBRARY}) else() if (ANDROID) @@ -323,11 +325,40 @@ endif() append_list_if(COMPILER_RT_HAS_LIBC c SANITIZER_COMMON_LINK_LIBS) +if(ANDROID) +# Put the Sanitizer shared libraries in the global group. For more details, see +# android-changes-for-ndk-developers.md#changes-to-library-search-order + if (COMPILER_RT_HAS_Z_GLOBAL) + list(APPEND SANITIZER_COMMON_LINK_FLAGS -Wl,-z,global) + endif() +endif() + if("${CMAKE_SYSTEM_NAME}" STREQUAL "Fuchsia") list(APPEND SANITIZER_COMMON_LINK_FLAGS -Wl,-z,defs,-z,now,-z,relro) list(APPEND SANITIZER_COMMON_LINK_LIBS zircon) endif() +if (SANITIZER_CXX_ABI_LIBNAME STREQUAL "libc++") + if (SANITIZER_CXX_ABI_INTREE) + if (NOT LIBCXXABI_ENABLE_STATIC_UNWINDER AND (TARGET unwind_shared OR HAVE_LIBUNWIND)) + list(APPEND SANITIZER_CXX_ABI_LIBRARY unwind_shared) + elseif (LIBCXXABI_ENABLE_STATIC_UNWINDER AND (TARGET unwind_static OR HAVE_LIBUNWIND)) + list(APPEND SANITIZER_CXX_ABI_LIBRARY unwind_static) + endif() + if (NOT LIBCXX_ENABLE_STATIC_ABI_LIBRARY AND (TARGET cxxabi_shared OR HAVE_LIBCXXABI)) + list(APPEND SANITIZER_CXX_ABI_LIBRARY cxxabi_shared) + elseif (LIBCXX_ENABLE_STATIC_ABI_LIBRARY AND (TARGET cxxabi_static OR HAVE_LIBCXXABI)) + list(APPEND SANITIZER_CXX_ABI_LIBRARY cxxabi_static) + endif() + else() + append_list_if(COMPILER_RT_HAS_LIBCXX c++ SANITIZER_CXX_ABI_LIBRARY) + endif() +elseif (SANITIZER_CXX_ABI_LIBNAME STREQUAL "libcxxabi") + list(APPEND SANITIZER_CXX_ABI_LIBRARY "c++abi") +elseif (SANITIZER_CXX_ABI_LIBNAME STREQUAL "libstdc++") + append_list_if(COMPILER_RT_HAS_LIBSTDCXX stdc++ SANITIZER_CXX_ABI_LIBRARY) +endif() + # Warnings to turn off for all libraries, not just sanitizers. append_string_if(COMPILER_RT_HAS_WUNUSED_PARAMETER_FLAG -Wno-unused-parameter CMAKE_C_FLAGS CMAKE_CXX_FLAGS) @@ -339,7 +370,7 @@ if (CMAKE_LINKER MATCHES "link.exe$") # it, but CMake doesn't seem to have a way to set linker flags for # individual static libraries, so we enable the suppression flag for # the whole compiler-rt project. - append("/IGNORE:4221" CMAKE_STATIC_LINKER_FLAGS) + set(CMAKE_STATIC_LINKER_FLAGS "${CMAKE_STATIC_LINKER_FLAGS} /IGNORE:4221") endif() add_subdirectory(include) Modified: vendor/compiler-rt/dist/LICENSE.TXT ============================================================================== --- vendor/compiler-rt/dist/LICENSE.TXT Sat Jul 28 11:06:16 2018 (r336816) +++ vendor/compiler-rt/dist/LICENSE.TXT Sat Jul 28 11:06:48 2018 (r336817) @@ -14,7 +14,7 @@ Full text of the relevant licenses is included below. University of Illinois/NCSA Open Source License -Copyright (c) 2009-2016 by the contributors listed in CREDITS.TXT +Copyright (c) 2009-2018 by the contributors listed in CREDITS.TXT All rights reserved. Modified: vendor/compiler-rt/dist/cmake/Modules/AddCompilerRT.cmake ============================================================================== --- vendor/compiler-rt/dist/cmake/Modules/AddCompilerRT.cmake Sat Jul 28 11:06:16 2018 (r336816) +++ vendor/compiler-rt/dist/cmake/Modules/AddCompilerRT.cmake Sat Jul 28 11:06:48 2018 (r336817) @@ -31,9 +31,12 @@ endfunction() # ARCHS # SOURCES # CFLAGS -# DEFS ) +# DEFS +# DEPS +# ADDITIONAL_HEADERS
) function(add_compiler_rt_object_libraries name) - cmake_parse_arguments(LIB "" "" "OS;ARCHS;SOURCES;CFLAGS;DEFS" ${ARGN}) + cmake_parse_arguments(LIB "" "" "OS;ARCHS;SOURCES;CFLAGS;DEFS;DEPS;ADDITIONAL_HEADERS" + ${ARGN}) set(libnames) if(APPLE) foreach(os ${LIB_OS}) @@ -54,8 +57,18 @@ function(add_compiler_rt_object_libraries name) endforeach() endif() + # Add headers to LIB_SOURCES for IDEs + compiler_rt_process_sources(LIB_SOURCES + ${LIB_SOURCES} + ADDITIONAL_HEADERS + ${LIB_ADDITIONAL_HEADERS} + ) + foreach(libname ${libnames}) add_library(${libname} OBJECT ${LIB_SOURCES}) + if(LIB_DEPS) + add_dependencies(${libname} ${LIB_DEPS}) + endif() # Strip out -msse3 if this isn't macOS. set(target_flags ${LIB_CFLAGS}) @@ -105,10 +118,14 @@ function(add_asm_sources output) endfunction() macro(set_output_name output name arch) - if(ANDROID AND ${arch} STREQUAL "i386") - set(${output} "${name}-i686${COMPILER_RT_OS_SUFFIX}") + if(LLVM_ENABLE_PER_TARGET_RUNTIME_DIR) + set(${output} ${name}) else() - set(${output} "${name}-${arch}${COMPILER_RT_OS_SUFFIX}") + if(ANDROID AND ${arch} STREQUAL "i386") + set(${output} "${name}-i686${COMPILER_RT_OS_SUFFIX}") + else() + set(${output} "${name}-${arch}${COMPILER_RT_OS_SUFFIX}") + endif() endif() endmacro() @@ -124,7 +141,8 @@ endmacro() # DEFS # LINK_LIBS (only for shared library) # OBJECT_LIBS -# PARENT_TARGET ) +# PARENT_TARGET +# ADDITIONAL_HEADERS
) function(add_compiler_rt_runtime name type) if(NOT type MATCHES "^(STATIC|SHARED)$") message(FATAL_ERROR "type argument must be STATIC or SHARED") @@ -133,7 +151,7 @@ function(add_compiler_rt_runtime name type) cmake_parse_arguments(LIB "" "PARENT_TARGET" - "OS;ARCHS;SOURCES;CFLAGS;LINK_FLAGS;DEFS;LINK_LIBS;OBJECT_LIBS" + "OS;ARCHS;SOURCES;CFLAGS;LINK_FLAGS;DEFS;LINK_LIBS;OBJECT_LIBS;ADDITIONAL_HEADERS" ${ARGN}) set(libnames) # Until we support this some other way, build compiler-rt runtime without LTO @@ -144,6 +162,18 @@ function(add_compiler_rt_runtime name type) set(NO_LTO_FLAGS "") endif() + list(LENGTH LIB_SOURCES LIB_SOURCES_LENGTH) + if (${LIB_SOURCES_LENGTH} GREATER 0) + # Add headers to LIB_SOURCES for IDEs. It doesn't make sense to + # do this for a runtime library that only consists of OBJECT + # libraries, so only add the headers when source files are present. + compiler_rt_process_sources(LIB_SOURCES + ${LIB_SOURCES} + ADDITIONAL_HEADERS + ${LIB_ADDITIONAL_HEADERS} + ) + endif() + if(APPLE) foreach(os ${LIB_OS}) # Strip out -msse3 if this isn't macOS. @@ -164,6 +194,8 @@ function(add_compiler_rt_runtime name type) set(output_name_${libname} ${libname}${COMPILER_RT_OS_SUFFIX}) set(sources_${libname} ${LIB_SOURCES}) format_object_libs(sources_${libname} ${os} ${LIB_OBJECT_LIBS}) + get_compiler_rt_output_dir(${COMPILER_RT_DEFAULT_TARGET_ARCH} output_dir_${libname}) + get_compiler_rt_install_dir(${COMPILER_RT_DEFAULT_TARGET_ARCH} install_dir_${libname}) endif() endforeach() else() @@ -189,6 +221,8 @@ function(add_compiler_rt_runtime name type) format_object_libs(sources_${libname} ${arch} ${LIB_OBJECT_LIBS}) set(libnames ${libnames} ${libname}) set(extra_cflags_${libname} ${TARGET_${arch}_CFLAGS} ${NO_LTO_FLAGS} ${LIB_CFLAGS}) + get_compiler_rt_output_dir(${arch} output_dir_${libname}) + get_compiler_rt_install_dir(${arch} install_dir_${libname}) endforeach() endif() @@ -200,6 +234,8 @@ function(add_compiler_rt_runtime name type) # If the parent targets aren't created we should create them if(NOT TARGET ${LIB_PARENT_TARGET}) add_custom_target(${LIB_PARENT_TARGET}) + set_target_properties(${LIB_PARENT_TARGET} PROPERTIES + FOLDER "Compiler-RT Misc") endif() if(NOT TARGET install-${LIB_PARENT_TARGET}) # The parent install target specifies the parent component to scrape up @@ -239,7 +275,7 @@ function(add_compiler_rt_runtime name type) set_target_link_flags(${libname} ${extra_link_flags_${libname}}) set_property(TARGET ${libname} APPEND PROPERTY COMPILE_DEFINITIONS ${LIB_DEFS}) - set_target_output_directories(${libname} ${COMPILER_RT_LIBRARY_OUTPUT_DIR}) + set_target_output_directories(${libname} ${output_dir_${libname}}) set_target_properties(${libname} PROPERTIES OUTPUT_NAME ${output_name_${libname}}) set_target_properties(${libname} PROPERTIES FOLDER "Compiler-RT Runtime") @@ -247,6 +283,9 @@ function(add_compiler_rt_runtime name type) target_link_libraries(${libname} ${LIB_LINK_LIBS}) endif() if(${type} STREQUAL "SHARED") + if(COMMAND llvm_setup_rpath) + llvm_setup_rpath(${libname}) + endif() if(WIN32 AND NOT CYGWIN AND NOT MINGW) set_target_properties(${libname} PROPERTIES IMPORT_PREFIX "") set_target_properties(${libname} PROPERTIES IMPORT_SUFFIX ".lib") @@ -261,11 +300,11 @@ function(add_compiler_rt_runtime name type) endif() endif() install(TARGETS ${libname} - ARCHIVE DESTINATION ${COMPILER_RT_LIBRARY_INSTALL_DIR} + ARCHIVE DESTINATION ${install_dir_${libname}} ${COMPONENT_OPTION} - LIBRARY DESTINATION ${COMPILER_RT_LIBRARY_INSTALL_DIR} + LIBRARY DESTINATION ${install_dir_${libname}} ${COMPONENT_OPTION} - RUNTIME DESTINATION ${COMPILER_RT_LIBRARY_INSTALL_DIR} + RUNTIME DESTINATION ${install_dir_${libname}} ${COMPONENT_OPTION}) # We only want to generate per-library install targets if you aren't using @@ -431,7 +470,7 @@ endfunction() macro(add_compiler_rt_resource_file target_name file_name component) set(src_file "${CMAKE_CURRENT_SOURCE_DIR}/${file_name}") - set(dst_file "${COMPILER_RT_OUTPUT_DIR}/${file_name}") + set(dst_file "${COMPILER_RT_OUTPUT_DIR}/share/${file_name}") add_custom_command(OUTPUT ${dst_file} DEPENDS ${src_file} COMMAND ${CMAKE_COMMAND} -E copy_if_different ${src_file} ${dst_file} @@ -439,7 +478,7 @@ macro(add_compiler_rt_resource_file target_name file_n add_custom_target(${target_name} DEPENDS ${dst_file}) # Install in Clang resource directory. install(FILES ${file_name} - DESTINATION ${COMPILER_RT_INSTALL_PATH} + DESTINATION ${COMPILER_RT_INSTALL_PATH}/share COMPONENT ${component}) add_dependencies(${component} ${target_name}) @@ -463,53 +502,123 @@ endmacro(add_compiler_rt_script src name) # Can be used to build sanitized versions of libc++ for running unit tests. # add_custom_libcxx( # DEPS -# CFLAGS ) +# CFLAGS +# USE_TOOLCHAIN) macro(add_custom_libcxx name prefix) if(NOT COMPILER_RT_LIBCXX_PATH) message(FATAL_ERROR "libcxx not found!") endif() - cmake_parse_arguments(LIBCXX "" "" "DEPS;CFLAGS;CMAKE_ARGS" ${ARGN}) - foreach(flag ${LIBCXX_CFLAGS}) - set(flagstr "${flagstr} ${flag}") - endforeach() - set(LIBCXX_CFLAGS ${flagstr}) + cmake_parse_arguments(LIBCXX "USE_TOOLCHAIN" "" "DEPS;CFLAGS;CMAKE_ARGS" ${ARGN}) - if(NOT COMPILER_RT_STANDALONE_BUILD) - list(APPEND LIBCXX_DEPS clang) + if(LIBCXX_USE_TOOLCHAIN) + set(compiler_args -DCMAKE_C_COMPILER=${COMPILER_RT_TEST_COMPILER} + -DCMAKE_CXX_COMPILER=${COMPILER_RT_TEST_CXX_COMPILER}) + if(NOT COMPILER_RT_STANDALONE_BUILD) + set(toolchain_deps $) + set(force_deps DEPENDS $) + endif() + else() + set(compiler_args -DCMAKE_C_COMPILER=${CMAKE_C_COMPILER} + -DCMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER}) endif() + set(STAMP_DIR ${prefix}-stamps/) + set(BINARY_DIR ${prefix}-bins/) + + add_custom_target(${name}-clear + COMMAND ${CMAKE_COMMAND} -E remove_directory ${BINARY_DIR} + COMMAND ${CMAKE_COMMAND} -E remove_directory ${STAMP_DIR} + COMMENT "Clobbering ${name} build and stamp directories" + USES_TERMINAL + ) + set_target_properties(${name}-clear PROPERTIES FOLDER "Compiler-RT Misc") + + add_custom_command( + OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/${name}-clobber-stamp + DEPENDS ${LIBCXX_DEPS} ${toolchain_deps} + COMMAND ${CMAKE_COMMAND} -E touch ${BINARY_DIR}/CMakeCache.txt + COMMAND ${CMAKE_COMMAND} -E touch ${STAMP_DIR}/${name}-mkdir + COMMAND ${CMAKE_COMMAND} -E touch ${CMAKE_CURRENT_BINARY_DIR}/${name}-clobber-stamp + COMMENT "Clobbering bootstrap build and stamp directories" + ) + + add_custom_target(${name}-clobber + DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/${name}-clobber-stamp) + set_target_properties(${name}-clobber PROPERTIES FOLDER "Compiler-RT Misc") + + set(PASSTHROUGH_VARIABLES + CMAKE_C_COMPILER_TARGET + CMAKE_CXX_COMPILER_TARGET + CMAKE_INSTALL_PREFIX + CMAKE_MAKE_PROGRAM + CMAKE_LINKER + CMAKE_AR + CMAKE_RANLIB + CMAKE_NM + CMAKE_OBJCOPY + CMAKE_OBJDUMP + CMAKE_STRIP + CMAKE_SYSROOT + CMAKE_SYSTEM_NAME) + foreach(variable ${PASSTHROUGH_VARIABLES}) + if(${variable}) + list(APPEND CMAKE_PASSTHROUGH_VARIABLES -D${variable}=${${variable}}) + endif() + endforeach() + + string(REPLACE ";" " " FLAGS_STRING "${LIBCXX_CFLAGS}") + set(LIBCXX_C_FLAGS "${FLAGS_STRING}") + set(LIBCXX_CXX_FLAGS "${FLAGS_STRING}") + ExternalProject_Add(${name} + DEPENDS ${name}-clobber ${LIBCXX_DEPS} PREFIX ${prefix} SOURCE_DIR ${COMPILER_RT_LIBCXX_PATH} - CMAKE_ARGS -DCMAKE_MAKE_PROGRAM:STRING=${CMAKE_MAKE_PROGRAM} - -DCMAKE_C_COMPILER=${COMPILER_RT_TEST_COMPILER} - -DCMAKE_CXX_COMPILER=${COMPILER_RT_TEST_CXX_COMPILER} - -DCMAKE_C_FLAGS=${LIBCXX_CFLAGS} - -DCMAKE_CXX_FLAGS=${LIBCXX_CFLAGS} + STAMP_DIR ${STAMP_DIR} + BINARY_DIR ${BINARY_DIR} + CMAKE_ARGS ${CMAKE_PASSTHROUGH_VARIABLES} + ${compiler_args} + -DCMAKE_C_FLAGS=${LIBCXX_C_FLAGS} + -DCMAKE_CXX_FLAGS=${LIBCXX_CXX_FLAGS} -DCMAKE_BUILD_TYPE=Release - -DCMAKE_INSTALL_PREFIX:PATH= -DLLVM_PATH=${LLVM_MAIN_SRC_DIR} - -DLIBCXX_STANDALONE_BUILD=On + -DLLVM_BINARY_DIR=${prefix} + -DLLVM_LIBRARY_OUTPUT_INTDIR=${prefix}/lib + -DLIBCXX_STANDALONE_BUILD=ON ${LIBCXX_CMAKE_ARGS} - LOG_BUILD 1 - LOG_CONFIGURE 1 - LOG_INSTALL 1 + INSTALL_COMMAND "" + STEP_TARGETS configure build + BUILD_ALWAYS 1 + USES_TERMINAL_CONFIGURE 1 + USES_TERMINAL_BUILD 1 + USES_TERMINAL_INSTALL 1 + EXCLUDE_FROM_ALL TRUE ) - set_target_properties(${name} PROPERTIES EXCLUDE_FROM_ALL TRUE) - ExternalProject_Add_Step(${name} force-reconfigure - DEPENDERS configure - ALWAYS 1 - ) + if (CMAKE_GENERATOR MATCHES "Make") + set(run_clean "$(MAKE)" "-C" "${BINARY_DIR}" "clean") + else() + set(run_clean ${CMAKE_COMMAND} --build ${BINARY_DIR} --target clean + --config "$") + endif() - ExternalProject_Add_Step(${name} clobber - COMMAND ${CMAKE_COMMAND} -E remove_directory - COMMAND ${CMAKE_COMMAND} -E make_directory - COMMENT "Clobberring ${name} build directory..." - DEPENDERS configure - DEPENDS ${LIBCXX_DEPS} + ExternalProject_Add_Step(${name} clean + COMMAND ${run_clean} + COMMENT "Cleaning ${name}..." + DEPENDEES configure + ${force_deps} + WORKING_DIRECTORY ${BINARY_DIR} + EXCLUDE_FROM_MAIN 1 + USES_TERMINAL 1 ) + ExternalProject_Add_StepTargets(${name} clean) + + if(LIBCXX_USE_TOOLCHAIN) + add_dependencies(${name}-clean ${name}-clobber) + set_target_properties(${name}-clean PROPERTIES + SOURCES ${CMAKE_CURRENT_BINARY_DIR}/${name}-clobber-stamp) + endif() endmacro() function(rt_externalize_debuginfo name) @@ -542,8 +651,10 @@ endfunction() function(configure_compiler_rt_lit_site_cfg input output) set_llvm_build_mode() + get_compiler_rt_output_dir(${COMPILER_RT_DEFAULT_TARGET_ARCH} output_dir) + string(REPLACE ${CMAKE_CFG_INTDIR} ${LLVM_BUILD_MODE} COMPILER_RT_RESOLVED_TEST_COMPILER ${COMPILER_RT_TEST_COMPILER}) - string(REPLACE ${CMAKE_CFG_INTDIR} ${LLVM_BUILD_MODE} COMPILER_RT_RESOLVED_LIBRARY_OUTPUT_DIR ${COMPILER_RT_LIBRARY_OUTPUT_DIR}) + string(REPLACE ${CMAKE_CFG_INTDIR} ${LLVM_BUILD_MODE} COMPILER_RT_RESOLVED_LIBRARY_OUTPUT_DIR ${output_dir}) configure_lit_site_cfg(${input} ${output}) endfunction() Modified: vendor/compiler-rt/dist/cmake/Modules/CompilerRTDarwinUtils.cmake ============================================================================== --- vendor/compiler-rt/dist/cmake/Modules/CompilerRTDarwinUtils.cmake Sat Jul 28 11:06:16 2018 (r336816) +++ vendor/compiler-rt/dist/cmake/Modules/CompilerRTDarwinUtils.cmake Sat Jul 28 11:06:48 2018 (r336817) @@ -43,7 +43,7 @@ endfunction() # link for. function(darwin_get_toolchain_supported_archs output_var) execute_process( - COMMAND ld -v + COMMAND "${CMAKE_LINKER}" -v ERROR_VARIABLE LINKER_VERSION) string(REGEX MATCH "configured to support archs: ([^\n]+)" @@ -230,6 +230,7 @@ macro(darwin_add_builtin_library name suffix) list(APPEND ${LIB_OS}_${suffix}_libs ${libname}) list(APPEND ${LIB_OS}_${suffix}_lipo_flags -arch ${arch} $) + set_target_properties(${libname} PROPERTIES FOLDER "Compiler-RT Libraries") endmacro() function(darwin_lipo_libs name) @@ -251,6 +252,7 @@ function(darwin_lipo_libs name) add_dependencies(${LIB_PARENT_TARGET} ${name}) install(FILES ${LIB_OUTPUT_DIR}/lib${name}.a DESTINATION ${LIB_INSTALL_DIR}) + set_target_properties(${name} PROPERTIES FOLDER "Compiler-RT Misc") else() message(WARNING "Not generating lipo target for ${name} because no input libraries exist.") endif() Modified: vendor/compiler-rt/dist/cmake/Modules/CompilerRTUtils.cmake ============================================================================== --- vendor/compiler-rt/dist/cmake/Modules/CompilerRTUtils.cmake Sat Jul 28 11:06:16 2018 (r336816) +++ vendor/compiler-rt/dist/cmake/Modules/CompilerRTUtils.cmake Sat Jul 28 11:06:48 2018 (r336817) @@ -168,6 +168,7 @@ macro(detect_target_arch) check_symbol_exists(__mips64__ "" __MIPS64) check_symbol_exists(__powerpc64__ "" __PPC64) check_symbol_exists(__powerpc64le__ "" __PPC64LE) + check_symbol_exists(__riscv "" __RISCV) check_symbol_exists(__s390x__ "" __S390X) check_symbol_exists(__wasm32__ "" __WEBASSEMBLY32) check_symbol_exists(__wasm64__ "" __WEBASSEMBLY64) @@ -187,6 +188,14 @@ macro(detect_target_arch) add_default_target_arch(powerpc64) elseif(__PPC64LE) add_default_target_arch(powerpc64le) + elseif(__RISCV) + if(CMAKE_SIZEOF_VOID_P EQUAL "4") + add_default_target_arch(riscv32) + elseif(CMAKE_SIZEOF_VOID_P EQUAL "8") + add_default_target_arch(riscv64) + else() + message(FATAL_ERROR "Unsupport XLEN for RISC-V") + endif() elseif(__S390X) add_default_target_arch(s390x) elseif(__WEBASSEMBLY32) @@ -304,4 +313,70 @@ function(filter_builtin_sources output_var exclude_or_ endif () endforeach () set(${output_var} ${intermediate} PARENT_SCOPE) +endfunction() + +function(get_compiler_rt_target arch variable) + if(ANDROID AND ${arch} STREQUAL "i386") + set(target "i686${COMPILER_RT_OS_SUFFIX}-${COMPILER_RT_DEFAULT_TARGET_OS}") + else() + set(target "${arch}-${COMPILER_RT_DEFAULT_TARGET_OS}") + endif() + if(COMPILER_RT_DEFAULT_TARGET_ABI) + set(target "${target}-${COMPILER_RT_DEFAULT_TARGET_ABI}") + endif() + set(${variable} ${target} PARENT_SCOPE) +endfunction() + +function(get_compiler_rt_install_dir arch install_dir) + if(LLVM_ENABLE_PER_TARGET_RUNTIME_DIR AND NOT APPLE) + get_compiler_rt_target(${arch} target) + set(${install_dir} ${COMPILER_RT_INSTALL_PATH}/${target}/lib PARENT_SCOPE) + else() + set(${install_dir} ${COMPILER_RT_LIBRARY_INSTALL_DIR} PARENT_SCOPE) + endif() +endfunction() + +function(get_compiler_rt_output_dir arch output_dir) + if(LLVM_ENABLE_PER_TARGET_RUNTIME_DIR AND NOT APPLE) + get_compiler_rt_target(${arch} target) + set(${output_dir} ${COMPILER_RT_OUTPUT_DIR}/${target}/lib PARENT_SCOPE) + else() + set(${output_dir} ${COMPILER_RT_LIBRARY_OUTPUT_DIR} PARENT_SCOPE) + endif() +endfunction() + +# compiler_rt_process_sources( +# +# ... +# [ADDITIONAL_HEADERS
...] +# ) +# +# Process the provided sources and write the list of new sources +# into ``. +# +# ADDITIONAL_HEADERS - Adds the supplied header to list of sources for IDEs. +# +# This function is very similar to `llvm_process_sources()` but exists here +# because we need to support standalone builds of compiler-rt. +function(compiler_rt_process_sources OUTPUT_VAR) + cmake_parse_arguments( + ARG + "" + "" + "ADDITIONAL_HEADERS" + ${ARGN} + ) + set(sources ${ARG_UNPARSED_ARGUMENTS}) + set(headers "") + if (XCODE OR MSVC_IDE OR CMAKE_EXTRA_GENERATOR) + # For IDEs we need to tell CMake about header files. + # Otherwise they won't show up in UI. + set(headers ${ARG_ADDITIONAL_HEADERS}) + list(LENGTH headers headers_length) + if (${headers_length} GREATER 0) + set_source_files_properties(${headers} + PROPERTIES HEADER_FILE_ONLY ON) + endif() + endif() + set("${OUTPUT_VAR}" ${sources} ${headers} PARENT_SCOPE) endfunction() Modified: vendor/compiler-rt/dist/cmake/Modules/HandleCompilerRT.cmake ============================================================================== --- vendor/compiler-rt/dist/cmake/Modules/HandleCompilerRT.cmake Sat Jul 28 11:06:16 2018 (r336816) +++ vendor/compiler-rt/dist/cmake/Modules/HandleCompilerRT.cmake Sat Jul 28 11:06:48 2018 (r336817) @@ -1,5 +1,4 @@ -function(find_compiler_rt_library name dest) - set(dest "" PARENT_SCOPE) +function(find_compiler_rt_library name variable) set(CLANG_COMMAND ${CMAKE_CXX_COMPILER} ${SANITIZER_COMMON_CFLAGS} "--rtlib=compiler-rt" "--print-libgcc-file-name") if (CMAKE_CXX_COMPILER_ID MATCHES Clang AND CMAKE_CXX_COMPILER_TARGET) @@ -14,7 +13,7 @@ function(find_compiler_rt_library name dest) string(REPLACE "builtins" "${name}" LIBRARY_FILE "${LIBRARY_FILE}") if (NOT HAD_ERROR AND EXISTS "${LIBRARY_FILE}") message(STATUS "Found compiler-rt ${name} library: ${LIBRARY_FILE}") - set(${dest} "${LIBRARY_FILE}" PARENT_SCOPE) + set(${variable} "${LIBRARY_FILE}" PARENT_SCOPE) else() message(STATUS "Failed to find compiler-rt ${name} library") endif() Modified: vendor/compiler-rt/dist/cmake/Modules/SanitizerUtils.cmake ============================================================================== --- vendor/compiler-rt/dist/cmake/Modules/SanitizerUtils.cmake Sat Jul 28 11:06:16 2018 (r336816) +++ vendor/compiler-rt/dist/cmake/Modules/SanitizerUtils.cmake Sat Jul 28 11:06:48 2018 (r336817) @@ -1,3 +1,5 @@ +include(CompilerRTUtils) + set(SANITIZER_GEN_DYNAMIC_LIST ${COMPILER_RT_SOURCE_DIR}/lib/sanitizer_common/scripts/gen_dynamic_list.py) @@ -37,9 +39,9 @@ macro(add_sanitizer_rt_symbols name) add_custom_target(${target_name}-symbols ALL DEPENDS ${stamp} SOURCES ${SANITIZER_GEN_DYNAMIC_LIST} ${ARG_EXTRA}) - + get_compiler_rt_install_dir(${arch} install_dir) install(FILES $.syms - DESTINATION ${COMPILER_RT_LIBRARY_INSTALL_DIR}) + DESTINATION ${install_dir}) if(ARG_PARENT_TARGET) add_dependencies(${ARG_PARENT_TARGET} ${target_name}-symbols) endif() @@ -81,7 +83,7 @@ macro(add_sanitizer_rt_version_list name) endmacro() # Add target to check code style for sanitizer runtimes. -if(CMAKE_HOST_UNIX) +if(CMAKE_HOST_UNIX AND NOT OS_NAME MATCHES "OpenBSD") add_custom_target(SanitizerLintCheck COMMAND env LLVM_CHECKOUT=${LLVM_MAIN_SRC_DIR} SILENT=1 TMPDIR= PYTHON_EXECUTABLE=${PYTHON_EXECUTABLE} @@ -90,5 +92,9 @@ if(CMAKE_HOST_UNIX) DEPENDS ${SANITIZER_LINT_SCRIPT} COMMENT "Running lint check for sanitizer sources..." VERBATIM) +else() + add_custom_target(SanitizerLintCheck + COMMAND echo "No lint check") endif() - +set_target_properties(SanitizerLintCheck + PROPERTIES FOLDER "Compiler-RT Misc") Modified: vendor/compiler-rt/dist/cmake/base-config-ix.cmake ============================================================================== --- vendor/compiler-rt/dist/cmake/base-config-ix.cmake Sat Jul 28 11:06:16 2018 (r336816) +++ vendor/compiler-rt/dist/cmake/base-config-ix.cmake Sat Jul 28 11:06:48 2018 (r336817) @@ -12,7 +12,14 @@ check_include_file(unwind.h HAVE_UNWIND_H) add_custom_target(compiler-rt ALL) add_custom_target(install-compiler-rt) add_custom_target(install-compiler-rt-stripped) -set_target_properties(compiler-rt PROPERTIES FOLDER "Compiler-RT Misc") +set_property( + TARGET + compiler-rt + install-compiler-rt + install-compiler-rt-stripped + PROPERTY + FOLDER "Compiler-RT Misc" +) # Setting these variables from an LLVM build is sufficient that compiler-rt can # construct the output paths, so it can behave as if it were in-tree here. @@ -69,10 +76,17 @@ endif() if(NOT DEFINED COMPILER_RT_OS_DIR) string(TOLOWER ${CMAKE_SYSTEM_NAME} COMPILER_RT_OS_DIR) endif() -set(COMPILER_RT_LIBRARY_OUTPUT_DIR - ${COMPILER_RT_OUTPUT_DIR}/lib/${COMPILER_RT_OS_DIR}) -set(COMPILER_RT_LIBRARY_INSTALL_DIR - ${COMPILER_RT_INSTALL_PATH}/lib/${COMPILER_RT_OS_DIR}) +if(LLVM_ENABLE_PER_TARGET_RUNTIME_DIR AND NOT APPLE) + set(COMPILER_RT_LIBRARY_OUTPUT_DIR + ${COMPILER_RT_OUTPUT_DIR}) + set(COMPILER_RT_LIBRARY_INSTALL_DIR + ${COMPILER_RT_INSTALL_PATH}) +else(LLVM_ENABLE_PER_TARGET_RUNTIME_DIR) + set(COMPILER_RT_LIBRARY_OUTPUT_DIR + ${COMPILER_RT_OUTPUT_DIR}/lib/${COMPILER_RT_OS_DIR}) + set(COMPILER_RT_LIBRARY_INSTALL_DIR + ${COMPILER_RT_INSTALL_PATH}/lib/${COMPILER_RT_OS_DIR}) +endif() if(APPLE) # On Darwin if /usr/include doesn't exist, the user probably has Xcode but not @@ -139,8 +153,16 @@ macro(test_targets) add_default_target_arch(${COMPILER_RT_DEFAULT_TARGET_ARCH}) elseif("${COMPILER_RT_DEFAULT_TARGET_ARCH}" MATCHES "i[2-6]86|x86|amd64") if(NOT MSVC) - test_target_arch(x86_64 "" "-m64") - test_target_arch(i386 __i386__ "-m32") + if(CMAKE_SYSTEM_NAME MATCHES "OpenBSD") + if (CMAKE_SIZEOF_VOID_P EQUAL 4) + test_target_arch(i386 __i386__ "-m32") + else() + test_target_arch(x86_64 "" "-m64") + endif() + else() + test_target_arch(x86_64 "" "-m64") + test_target_arch(i386 __i386__ "-m32") + endif() else() if (CMAKE_SIZEOF_VOID_P EQUAL 4) test_target_arch(i386 "" "") @@ -186,6 +208,10 @@ macro(test_targets) test_target_arch(aarch32 "" "-march=armv8-a") elseif("${COMPILER_RT_DEFAULT_TARGET_ARCH}" MATCHES "aarch64") test_target_arch(aarch64 "" "-march=armv8-a") + elseif("${COMPILER_RT_DEFAULT_TARGET_ARCH}" MATCHES "riscv32") + test_target_arch(riscv32 "" "") + elseif("${COMPILER_RT_DEFAULT_TARGET_ARCH}" MATCHES "riscv64") + test_target_arch(riscv64 "" "") elseif("${COMPILER_RT_DEFAULT_TARGET_ARCH}" MATCHES "wasm32") test_target_arch(wasm32 "" "--target=wasm32-unknown-unknown") elseif("${COMPILER_RT_DEFAULT_TARGET_ARCH}" MATCHES "wasm64") Modified: vendor/compiler-rt/dist/cmake/builtin-config-ix.cmake ============================================================================== --- vendor/compiler-rt/dist/cmake/builtin-config-ix.cmake Sat Jul 28 11:06:16 2018 (r336816) +++ vendor/compiler-rt/dist/cmake/builtin-config-ix.cmake Sat Jul 28 11:06:48 2018 (r336817) @@ -25,11 +25,14 @@ int foo(int x, int y) { set(ARM64 aarch64) set(ARM32 arm armhf armv6m armv7m armv7em armv7 armv7s armv7k) +set(HEXAGON hexagon) set(X86 i386) set(X86_64 x86_64) set(MIPS32 mips mipsel) set(MIPS64 mips64 mips64el) set(PPC64 powerpc64 powerpc64le) +set(RISCV32 riscv32) +set(RISCV64 riscv64) set(WASM32 wasm32) set(WASM64 wasm64) @@ -40,7 +43,7 @@ if(APPLE) endif() set(ALL_BUILTIN_SUPPORTED_ARCH ${X86} ${X86_64} ${ARM32} ${ARM64} - ${MIPS32} ${MIPS64} ${PPC64} ${WASM32} ${WASM64}) + ${HEXAGON} ${MIPS32} ${MIPS64} ${PPC64} ${RISCV32} ${RISCV64} ${WASM32} ${WASM64}) include(CompilerRTUtils) include(CompilerRTDarwinUtils) Modified: vendor/compiler-rt/dist/cmake/config-ix.cmake ============================================================================== --- vendor/compiler-rt/dist/cmake/config-ix.cmake Sat Jul 28 11:06:16 2018 (r336816) +++ vendor/compiler-rt/dist/cmake/config-ix.cmake Sat Jul 28 11:06:48 2018 (r336817) @@ -13,7 +13,10 @@ function(check_linker_flag flag out_var) endfunction() check_library_exists(c fopen "" COMPILER_RT_HAS_LIBC) -if (NOT SANITIZER_USE_COMPILER_RT) +if (COMPILER_RT_USE_BUILTINS_LIBRARY) + include(HandleCompilerRT) + find_compiler_rt_library(builtins COMPILER_RT_BUILTINS_LIBRARY) +else() if (ANDROID) check_library_exists(gcc __gcc_personality_v0 "" COMPILER_RT_HAS_GCC_LIB) else() @@ -27,9 +30,7 @@ if (COMPILER_RT_HAS_NODEFAULTLIBS_FLAG) if (COMPILER_RT_HAS_LIBC) list(APPEND CMAKE_REQUIRED_LIBRARIES c) endif () - if (SANITIZER_USE_COMPILER_RT) - list(APPEND CMAKE_REQUIRED_FLAGS -rtlib=compiler-rt) - find_compiler_rt_library(builtins COMPILER_RT_BUILTINS_LIBRARY) + if (COMPILER_RT_USE_BUILTINS_LIBRARY) list(APPEND CMAKE_REQUIRED_LIBRARIES "${COMPILER_RT_BUILTINS_LIBRARY}") elseif (COMPILER_RT_HAS_GCC_S_LIB) list(APPEND CMAKE_REQUIRED_LIBRARIES gcc_s) @@ -108,6 +109,7 @@ if (ANDROID AND COMPILER_RT_HAS_LIBDL) # Android's libstdc++ has a dependency on libdl. list(APPEND CMAKE_REQUIRED_LIBRARIES dl) endif() +check_library_exists(c++ __cxa_throw "" COMPILER_RT_HAS_LIBCXX) check_library_exists(stdc++ __cxa_throw "" COMPILER_RT_HAS_LIBSTDCXX) # Linker flags. @@ -174,11 +176,14 @@ endmacro() set(ARM64 aarch64) set(ARM32 arm armhf) +set(HEXAGON hexagon) set(X86 i386) set(X86_64 x86_64) set(MIPS32 mips mipsel) set(MIPS64 mips64 mips64el) set(PPC64 powerpc64 powerpc64le) +set(RISCV32 riscv32) +set(RISCV64 riscv64) set(S390X s390x) set(WASM32 wasm32) set(WASM64 wasm64) @@ -194,7 +199,7 @@ set(ALL_SANITIZER_COMMON_SUPPORTED_ARCH ${X86} ${X86_6 set(ALL_ASAN_SUPPORTED_ARCH ${X86} ${X86_64} ${ARM32} ${ARM64} ${MIPS32} ${MIPS64} ${PPC64} ${S390X}) set(ALL_DFSAN_SUPPORTED_ARCH ${X86_64} ${MIPS64} ${ARM64}) -set(ALL_FUZZER_SUPPORTED_ARCH x86_64) +set(ALL_FUZZER_SUPPORTED_ARCH ${X86_64} ${ARM64}) if(APPLE) set(ALL_LSAN_SUPPORTED_ARCH ${X86} ${X86_64} ${MIPS64} ${ARM64}) @@ -202,7 +207,7 @@ else() set(ALL_LSAN_SUPPORTED_ARCH ${X86} ${X86_64} ${MIPS64} ${ARM64} ${ARM32} ${PPC64}) endif() set(ALL_MSAN_SUPPORTED_ARCH ${X86_64} ${MIPS64} ${ARM64} ${PPC64}) -set(ALL_HWASAN_SUPPORTED_ARCH ${ARM64}) +set(ALL_HWASAN_SUPPORTED_ARCH ${X86_64} ${ARM64}) set(ALL_PROFILE_SUPPORTED_ARCH ${X86} ${X86_64} ${ARM32} ${ARM64} ${PPC64} ${MIPS32} ${MIPS64} ${S390X}) set(ALL_TSAN_SUPPORTED_ARCH ${X86_64} ${MIPS64} ${ARM64} ${PPC64}) @@ -211,12 +216,13 @@ set(ALL_UBSAN_SUPPORTED_ARCH ${X86} ${X86_64} ${ARM32} set(ALL_SAFESTACK_SUPPORTED_ARCH ${X86} ${X86_64} ${ARM64} ${MIPS32} ${MIPS64}) set(ALL_CFI_SUPPORTED_ARCH ${X86} ${X86_64} ${ARM32} ${ARM64} ${MIPS64}) set(ALL_ESAN_SUPPORTED_ARCH ${X86_64} ${MIPS64}) -set(ALL_SCUDO_SUPPORTED_ARCH ${X86} ${X86_64} ${ARM32} ${ARM64} ${MIPS32} ${MIPS64}) +set(ALL_SCUDO_SUPPORTED_ARCH ${X86} ${X86_64} ${ARM32} ${ARM64} ${MIPS32} ${MIPS64} ${PPC64}) if(APPLE) set(ALL_XRAY_SUPPORTED_ARCH ${X86_64}) else() set(ALL_XRAY_SUPPORTED_ARCH ${X86_64} ${ARM32} ${ARM64} ${MIPS32} ${MIPS64} powerpc64le) endif() +set(ALL_SHADOWCALLSTACK_SUPPORTED_ARCH ${X86_64} ${ARM64}) if(APPLE) include(CompilerRTDarwinUtils) @@ -365,7 +371,11 @@ if(APPLE) if(DARWIN_${platform}_ARCHS) list(APPEND SANITIZER_COMMON_SUPPORTED_OS ${platform}) list(APPEND PROFILE_SUPPORTED_OS ${platform}) - list(APPEND TSAN_SUPPORTED_OS ${platform}) + + list_intersect(DARWIN_${platform}_TSAN_ARCHS DARWIN_${platform}_ARCHS ALL_TSAN_SUPPORTED_ARCH) + if(DARWIN_${platform}_TSAN_ARCHS) + list(APPEND TSAN_SUPPORTED_OS ${platform}) + endif() endif() foreach(arch ${DARWIN_${platform}_ARCHS}) list(APPEND COMPILER_RT_SUPPORTED_ARCH ${arch}) @@ -378,7 +388,6 @@ if(APPLE) # for list_intersect include(CompilerRTUtils) - list_intersect(SANITIZER_COMMON_SUPPORTED_ARCH ALL_SANITIZER_COMMON_SUPPORTED_ARCH COMPILER_RT_SUPPORTED_ARCH @@ -423,10 +432,13 @@ if(APPLE) SANITIZER_COMMON_SUPPORTED_ARCH) list_intersect(FUZZER_SUPPORTED_ARCH ALL_FUZZER_SUPPORTED_ARCH - ALL_SANITIZER_COMMON_SUPPORTED_ARCH) + SANITIZER_COMMON_SUPPORTED_ARCH) list_intersect(XRAY_SUPPORTED_ARCH ALL_XRAY_SUPPORTED_ARCH SANITIZER_COMMON_SUPPORTED_ARCH) + list_intersect(SHADOWCALLSTACK_SUPPORTED_ARCH + ALL_SHADOWCALLSTACK_SUPPORTED_ARCH + SANITIZER_COMMON_SUPPORTED_ARCH) else() # Architectures supported by compiler-rt libraries. @@ -453,6 +465,8 @@ else() filter_available_targets(ESAN_SUPPORTED_ARCH ${ALL_ESAN_SUPPORTED_ARCH}) filter_available_targets(SCUDO_SUPPORTED_ARCH ${ALL_SCUDO_SUPPORTED_ARCH}) filter_available_targets(XRAY_SUPPORTED_ARCH ${ALL_XRAY_SUPPORTED_ARCH}) + filter_available_targets(SHADOWCALLSTACK_SUPPORTED_ARCH + ${ALL_SHADOWCALLSTACK_SUPPORTED_ARCH}) endif() if (MSVC) @@ -486,7 +500,7 @@ set(COMPILER_RT_SANITIZERS_TO_BUILD all CACHE STRING list_replace(COMPILER_RT_SANITIZERS_TO_BUILD all "${ALL_SANITIZERS}") if (SANITIZER_COMMON_SUPPORTED_ARCH AND NOT LLVM_USE_SANITIZER AND - (OS_NAME MATCHES "Android|Darwin|Linux|FreeBSD|NetBSD|Fuchsia|SunOS" OR + (OS_NAME MATCHES "Android|Darwin|Linux|FreeBSD|NetBSD|OpenBSD|Fuchsia|SunOS" OR (OS_NAME MATCHES "Windows" AND (NOT MINGW AND NOT CYGWIN)))) set(COMPILER_RT_HAS_SANITIZER_COMMON TRUE) else() @@ -499,7 +513,8 @@ else() set(COMPILER_RT_HAS_INTERCEPTION FALSE) endif() -if (COMPILER_RT_HAS_SANITIZER_COMMON AND ASAN_SUPPORTED_ARCH) +if (COMPILER_RT_HAS_SANITIZER_COMMON AND ASAN_SUPPORTED_ARCH AND + NOT OS_NAME MATCHES "OpenBSD") set(COMPILER_RT_HAS_ASAN TRUE) else() set(COMPILER_RT_HAS_ASAN FALSE) @@ -528,7 +543,7 @@ else() endif() if (COMPILER_RT_HAS_SANITIZER_COMMON AND MSAN_SUPPORTED_ARCH AND - OS_NAME MATCHES "Linux|NetBSD") + OS_NAME MATCHES "Linux|FreeBSD|NetBSD") set(COMPILER_RT_HAS_MSAN TRUE) else() set(COMPILER_RT_HAS_MSAN FALSE) @@ -542,7 +557,7 @@ else() endif() if (PROFILE_SUPPORTED_ARCH AND NOT LLVM_USE_SANITIZER AND - OS_NAME MATCHES "Darwin|Linux|FreeBSD|Windows|Android|SunOS") + OS_NAME MATCHES "Darwin|Linux|FreeBSD|Windows|Android|Fuchsia|SunOS") set(COMPILER_RT_HAS_PROFILE TRUE) else() set(COMPILER_RT_HAS_PROFILE FALSE) @@ -556,14 +571,14 @@ else() endif() if (COMPILER_RT_HAS_SANITIZER_COMMON AND UBSAN_SUPPORTED_ARCH AND - OS_NAME MATCHES "Darwin|Linux|FreeBSD|NetBSD|Windows|Android|Fuchsia|SunOS") + OS_NAME MATCHES "Darwin|Linux|FreeBSD|NetBSD|OpenBSD|Windows|Android|Fuchsia|SunOS") set(COMPILER_RT_HAS_UBSAN TRUE) else() set(COMPILER_RT_HAS_UBSAN FALSE) endif() if (COMPILER_RT_HAS_SANITIZER_COMMON AND UBSAN_SUPPORTED_ARCH AND - OS_NAME MATCHES "Linux|FreeBSD|NetBSD|Android|Darwin") + OS_NAME MATCHES "Linux|FreeBSD|NetBSD|OpenBSD|Android|Darwin") set(COMPILER_RT_HAS_UBSAN_MINIMAL TRUE) else() set(COMPILER_RT_HAS_UBSAN_MINIMAL FALSE) @@ -590,22 +605,29 @@ else() endif() if (COMPILER_RT_HAS_SANITIZER_COMMON AND SCUDO_SUPPORTED_ARCH AND - OS_NAME MATCHES "Linux|Android") *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***