[all-commits] [llvm/llvm-project] f8262c: [MemProf][NFC] remove unneeded sized memory access...
Enna1 via All-commits
all-commits at lists.llvm.org
Wed Jan 24 18:01:30 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f8262cae69a616b98774d4c669e11246fe3a9a05
https://github.com/llvm/llvm-project/commit/f8262cae69a616b98774d4c669e11246fe3a9a05
Author: Enna1 <xumingjie.enna1 at bytedance.com>
Date: 2024-01-25 (Thu, 25 Jan 2024)
Changed paths:
M llvm/lib/Transforms/Instrumentation/MemProfiler.cpp
Log Message:
-----------
[MemProf][NFC] remove unneeded sized memory access callback (#79260)
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