llvmlite
llvmlite copied to clipboard
MemorySanitizer (msan) support
c.f. numba/numba#8262 - we may need to add support for the MemorySanitizerJIT pass in llvmlite.
cc @folded.
#827 adds a lot more pass bindings - if we don't need to do much more than add the pass to llvmlite, then that PR could provide a reasonable template to copy for adding this pass too.