[PATCH] D52739: [PassManager/Sanitizer] Port of AddresSanitizer pass from legacy to new PassManager

Leonard Chan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 1 17:43:58 PDT 2018


leonardchan updated this revision to Diff 167866.
leonardchan added a comment.

- Reduce size of patch by adding per-PM wrappers for `AddressSanitizer` and `AddressSanitizerModule`. The passes exposed to the new PM use opaque pointers to these wrappers.


Repository:
  rL LLVM

https://reviews.llvm.org/D52739

Files:
  include/llvm/IR/AddressSanitizerPass.h
  include/llvm/InitializePasses.h
  lib/Passes/PassBuilder.cpp
  lib/Passes/PassRegistry.def
  lib/Transforms/Instrumentation/AddressSanitizer.cpp
  lib/Transforms/Instrumentation/Instrumentation.cpp
  test/Instrumentation/AddressSanitizer/basic.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52739.167866.patch
Type: text/x-patch
Size: 19080 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181002/7e32c1b6/attachment.bin>


More information about the llvm-commits mailing list