llvm-project/compiler-rt/lib/tsan
David Blaikie 787e2b6499 Revert "[sanitizer] Intercept sched_getaffinity."
This reverts commit r187788.

The test case is unreliable (as the test may be run in a situation in
which it has no affinity with cpu0). This can be recommitted with a more
reliable test - possibly using CPU_COUNT != 0 instead (I wasn't entirely
sure that a process was guaranteed to have at least one affinity, though
it seems reasonable, or I'd have made the change myself).

llvm-svn: 187841
2013-08-07 00:37:26 +00:00
..
benchmarks [tsan] ThreadSanitizer tests and micro benchmarks. No makefiles yet. 2012-05-10 14:18:22 +00:00
go [TSan] try to fix Go build 2013-06-27 07:57:53 +00:00
lit_tests Disable pipefail for ThreadSanitizer. 2013-07-26 23:38:18 +00:00
rtl Revert "[sanitizer] Intercept sched_getaffinity." 2013-08-07 00:37:26 +00:00
tests [tsan] Move some suppressions-related code to common. 2013-06-26 15:37:14 +00:00
CMakeLists.txt [TSan] Build TSan runtime with -fPIE. 2013-03-29 09:44:11 +00:00
Makefile.mk [tsan] makefile machinery to build tsan-rt (linux-x86_64 only) 2012-05-15 15:17:35 +00:00
Makefile.old tsan: revert dynamic symbols file to the old incorrect one 2013-06-27 13:56:37 +00:00
analyze_libtsan.sh tsan: add interface functions for unaligned access, e.g. __sanitizer_unaligned_load16 2013-04-30 11:56:56 +00:00
check_analyze.sh [tsan] old-dstyle Makefile for tests; two helper scripts that analyze the assembly code of the hot functions 2012-05-10 15:10:03 +00:00
check_cmake.sh tsan: run tests sequentially otherwise cmake says: 2013-04-24 11:07:25 +00:00
gen_dynamic_list.sh tsan: remove non-existent functions from syms file 2013-06-27 13:52:50 +00:00