llvmlite icon indicating copy to clipboard operation
llvmlite copied to clipboard

MemorySanitizer (msan) support

Open gmarkall opened this issue 3 years ago • 1 comments

c.f. numba/numba#8262 - we may need to add support for the MemorySanitizerJIT pass in llvmlite.

cc @folded.

gmarkall avatar Jul 20 '22 11:07 gmarkall

#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.

gmarkall avatar Jul 20 '22 11:07 gmarkall