]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Vendor import of compiler-rt trunk r302069:
authordim <dim@FreeBSD.org>
Wed, 3 May 2017 20:26:31 +0000 (20:26 +0000)
committerdim <dim@FreeBSD.org>
Wed, 3 May 2017 20:26:31 +0000 (20:26 +0000)
commit3c744a556454d0c7ec64a3f9032f3632c857b47b
tree859b31c183aacabb13a82a7199883a2c70f70d37
parent635f333804de401cecc83330c7451af9be116038
Vendor import of compiler-rt trunk r302069:
https://llvm.org/svn/llvm-project/compiler-rt/trunk@302069
41 files changed:
include/sanitizer/tsan_interface.h
lib/lsan/lsan_interceptors.cc
lib/sanitizer_common/sanitizer_common_interceptors.inc
lib/sanitizer_common/sanitizer_common_interceptors_format.inc
lib/sanitizer_common/sanitizer_platform_interceptors.h
lib/tsan/rtl/tsan_defs.h
lib/tsan/rtl/tsan_external.cc
lib/tsan/rtl/tsan_interface.h
lib/tsan/rtl/tsan_report.cc
lib/tsan/rtl/tsan_report.h
lib/tsan/rtl/tsan_rtl.h
lib/tsan/rtl/tsan_rtl_report.cc
test/asan/TestCases/Darwin/address-range-limit.mm
test/asan/TestCases/Darwin/atos-symbolizer-dyld-root-path.cc
test/asan/TestCases/Darwin/atos-symbolizer.cc
test/asan/TestCases/Darwin/dladdr-demangling.cc
test/asan/TestCases/Darwin/dyld_insert_libraries_reexec.cc
test/asan/TestCases/Darwin/dyld_insert_libraries_remove.cc
test/asan/TestCases/Darwin/haswell-symbolication.cc
test/asan/TestCases/Darwin/interface_symbols_darwin.c
test/asan/TestCases/Darwin/sandbox-symbolizer.cc
test/asan/TestCases/Darwin/suppressions-sandbox.cc
test/asan/TestCases/Darwin/uuid.cc
test/asan/TestCases/Posix/closed-fds.cc
test/asan/TestCases/Posix/coverage-maybe-open-file.cc
test/asan/TestCases/Posix/coverage-module-unloaded.cc
test/asan/TestCases/Posix/coverage-sandboxing.cc
test/asan/TestCases/Posix/coverage.cc
test/asan/TestCases/Posix/glob.cc
test/asan/TestCases/Posix/start-deactivated.cc
test/asan/TestCases/Windows/coverage-dll-stdio.cc
test/asan/TestCases/default_blacklist.cc
test/asan/TestCases/log-path_test.cc
test/asan/TestCases/suppressions-exec-relative-location.cc
test/asan/TestCases/suppressions-function.cc
test/asan/TestCases/verbose-log-path_test.cc
test/sanitizer_common/TestCases/Linux/mprobe.cc [new file with mode: 0644]
test/sanitizer_common/TestCases/Linux/unexpected_format_specifier_test.cc [new file with mode: 0644]
test/tsan/Darwin/external-dups.cc
test/tsan/Darwin/external-swift.cc [new file with mode: 0644]
test/tsan/Darwin/external.cc