[cfe-commits] Please review: add -fthread-sanitizer clang flag

Kostya Serebryany kcc at google.com
Mon Feb 13 15:24:06 PST 2012


Please review the following clang patch that adds a
flag -fthread-sanitizer.
This flag enables ThreadSanitizer instrumentation committed to llvm as
r150423.
The patch includes one test for -fthread-sanitizer and one similar test
for -faddress-sanitizer.
This patch does not modify the linker flags (as we do it
for -faddress-sanitizer) because the run-time library is not yet
committed and it's structure in compiler-rt is not 100% clear.

http://codereview.appspot.com/5663045/

Thanks,

--kcc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120213/b47fd0b9/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: issue5663045_1.diff
Type: text/x-patch
Size: 6501 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120213/b47fd0b9/attachment.bin>


More information about the cfe-commits mailing list