[compiler-rt] [nfc][lsan] Parametrize ScanForPointers with loader (PR #112803)

Florian Mayer via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 17 17:48:49 PDT 2024


================
@@ -288,23 +288,32 @@ static inline bool MaybeUserPointer(uptr p) {
 #  endif
 }
 
+namespace {
+struct DirectLoader {
----------------
fmayer wrote:

I don't really like the name "Loader". "MemoryAccessor"? Something like that?

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


More information about the llvm-commits mailing list