[llvm] [ASan] AddressSanitizerPass constructor should honor the AsanCtorKind argument (PR #72330)

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 15 13:49:20 PST 2023


vitalybuka wrote:

To properly test this, we need to move DestructorKind and ConstructorKind (and the rest) into AddressSanitizerOptions
and extend parseASanPassOptions. It will make this patch unnecessary complicated. But follow up patches are welcomed.

https://github.com/llvm/llvm-project/pull/72330


More information about the llvm-commits mailing list