hanchenye-llvm-project/compiler-rt/lib/tsan
Dmitry Vyukov 8b2ddfeb0b tsan: mark cur_thread_placeholder definition as initial-exec
See https://sourceware.org/bugzilla/show_bug.cgi?id=20805 and
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78294 for context.
Previously we marked only declaration as initial-exec. But compilers treat
initial-exec attribute somewhat differently. Mark definition as well.

llvm-svn: 287629
2016-11-22 08:59:17 +00:00
..
benchmarks
dd [tsan] Switch to InternalAlloc everywhere __libc_malloc is currently used 2016-06-06 18:18:47 +00:00
go tsan: add a hook to obtain number of reports 2016-10-28 21:25:37 +00:00
rtl tsan: mark cur_thread_placeholder definition as initial-exec 2016-11-22 08:59:17 +00:00
tests [tsan] Call pthread interceptors directly in TSan RTL unit tests 2016-11-15 21:00:55 +00:00
.clang-format
CMakeLists.txt [tsan] Bump stack frame size limit. 2016-09-01 20:43:59 +00:00
analyze_libtsan.sh
check_analyze.sh tsan: update tsan_analyze to what tip clang generates 2016-05-03 13:59:41 +00:00
check_cmake.sh