[PATCH] D105007: [NewPM] Update some sanitizer pass names in the PassRegistry
Petr Hosek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 28 11:45:02 PDT 2021
phosek added inline comments.
================
Comment at: llvm/lib/Passes/PassRegistry.def:64
MODULE_PASS("hwasan", HWAddressSanitizerPass(false, false))
-MODULE_PASS("khwasan", HWAddressSanitizerPass(true, true))
+MODULE_PASS("hwasan<kernal;recover>", HWAddressSanitizerPass(true, true))
MODULE_PASS("inferattrs", InferFunctionAttrsPass())
----------------
Should this be `kernel`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105007/new/
https://reviews.llvm.org/D105007
More information about the llvm-commits
mailing list