[all-commits] [llvm/llvm-project] b1824f: [MemProf][NFC] remove unneeded sized memory access...
Enna1 via All-commits
all-commits at lists.llvm.org
Tue Jan 23 22:22:59 PST 2024
Branch: refs/heads/users/Enna1/memprof-remove-sizedcallback
Home: https://github.com/llvm/llvm-project
Commit: b1824f8760fe6b0a7b822e418e7963253794d95b
https://github.com/llvm/llvm-project/commit/b1824f8760fe6b0a7b822e418e7963253794d95b
Author: xumingjie.enna1 <xumingjie.enna1 at bytedance.com>
Date: 2024-01-24 (Wed, 24 Jan 2024)
Changed paths:
M llvm/lib/Transforms/Instrumentation/MemProfiler.cpp
Log Message:
-----------
[MemProf][NFC] remove unneeded sized memory access callback
As discussed in https://github.com/llvm/llvm-project/pull/79244,
the sized memory access callback is leftover stuff carried over from Asan,
can removed from the instrumentation.
More information about the All-commits
mailing list