[cfe-commits] adding "-fasan" flag

Kostya Serebryany kcc at google.com
Tue Nov 15 18:22:22 PST 2011


Hello,

Please review the following patch which adds -fasan (AddressSanitizer) flag
to clang.
(Mostly prepared by Chandler Carruth).
The LLVM part of AddressSanitizer has been submitted as r144758.
This patch will allow to enable AddressSanitizer from the clang command
line.
http://codereview.appspot.com/5396042

Coming next in separate patches:
  - a patch to clang driver to pass linker flags for AddressSanitizer
(small)
  - the run-time library and the tests (big)

Thanks,

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


More information about the cfe-commits mailing list