]> granicus.if.org Git - clang/commit
[PassManager/Sanitizer] Enable usage of ported AddressSanitizer passes with -fsanitiz...
authorLeonard Chan <leonardchan@google.com>
Wed, 17 Oct 2018 15:38:22 +0000 (15:38 +0000)
committerLeonard Chan <leonardchan@google.com>
Wed, 17 Oct 2018 15:38:22 +0000 (15:38 +0000)
commit237d1781728c10a84c79a9df266d18d320100ffc
tree29872b268a51259850a1747196d51a687583cf7f
parent109849446329d565ddb2a0af29aeef75f53ecf61
[PassManager/Sanitizer] Enable usage of ported AddressSanitizer passes with -fsanitize=address

Enable usage of `AddressSanitizer` and `AddressModuleSanitizer` ported from the
legacy to the new PassManager.

This patch depends on https://reviews.llvm.org/D52739.

Differential Revision: https://reviews.llvm.org/D52814

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@344699 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/BackendUtil.cpp
test/CodeGen/asan-new-pm.ll [new file with mode: 0644]