[llvm-commits] [llvm] r153448 - in /llvm/trunk: lib/Transforms/Instrumentation/ThreadSanitizer.cpp test/Instrumentation/ThreadSanitizer/lit.local.cfg test/Instrumentation/ThreadSanitizer/vptr_update.ll
Duncan Sands
baldrick at free.fr
Tue Mar 27 00:35:30 PDT 2012
Hi Kostya,
> [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
does this really have to be so specific: "C++", "vtable" etc? Can't you
abstract out an underlying general concept that is also useful for other
languages and other situations and use that?
Ciao, Duncan.
More information about the llvm-commits
mailing list