[tsan] treat vtable pointer updates in a special way (requires tbaa); fix a bug ...
authorKostya Serebryany <kcc@google.com>
Mon, 26 Mar 2012 17:35:03 +0000 (17:35 +0000)
committerKostya Serebryany <kcc@google.com>
Mon, 26 Mar 2012 17:35:03 +0000 (17:35 +0000)
commit52eb699220aa00696b5c4a1a67141a8bcc8a4e68
tree2d09229fd220e94e71c7f4a07e752fff19c474ef
parentbe3f051c49699a86d526833d7dbe95645680a340
[tsan] treat vtable pointer updates in a special way (requires tbaa); fix a bug (forgot to return true after instrumenting); make sure the tsan tests are run

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153448 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Instrumentation/ThreadSanitizer.cpp
test/Instrumentation/ThreadSanitizer/lit.local.cfg [new file with mode: 0644]
test/Instrumentation/ThreadSanitizer/vptr_update.ll [new file with mode: 0644]