]> granicus.if.org Git - clang/commit
clang-cl: Support -fsanitize=address
authorHans Wennborg <hans@hanshq.net>
Tue, 27 Aug 2013 18:10:21 +0000 (18:10 +0000)
committerHans Wennborg <hans@hanshq.net>
Tue, 27 Aug 2013 18:10:21 +0000 (18:10 +0000)
commit3c4da0c4c84521367e84632f5f627b3439e61bcd
treefc622f0328b4bc1d7a859ea78612d586fc8dc2cb
parent33881620f4b160f020712f26df57ed39b540fcdd
clang-cl: Support -fsanitize=address

This exposes the -fsanitize=address option and adds the runtime library
to the link command.

Differential Revision: http://llvm-reviews.chandlerc.com/D1526

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@189389 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/Options.td
lib/Driver/Tools.cpp
test/Driver/cl-link.c