[sanitizer] added a bit vector class to be used in a deadlock detector
commit9baf3206fc9d1a3b7e8a8bc73263ed554818d7bd
authorKostya Serebryany <kcc@google.com>
Wed, 12 Feb 2014 07:05:24 +0000 (12 07:05 +0000)
committerKostya Serebryany <kcc@google.com>
Wed, 12 Feb 2014 07:05:24 +0000 (12 07:05 +0000)
tree3c31b837000fb0a1dc364b4f118338b5a1f31313
parent3ec08788bea5355ea7bb85c8de2203b3a39bfad3
[sanitizer] added a bit vector class to be used in a deadlock detector

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@201210 91177308-0d34-0410-b5e6-96231b3b80d8
lib/sanitizer_common/CMakeLists.txt
lib/sanitizer_common/sanitizer_bitvector.h [new file with mode: 0644]
lib/sanitizer_common/tests/CMakeLists.txt
lib/sanitizer_common/tests/sanitizer_bitvector_test.cc [new file with mode: 0644]