[PATCH] D128387: [hwasan] Add __hwasan_add_frame_record to the hwasan interface
Leonard Chan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 7 11:42:51 PDT 2022
leonardchan marked an inline comment as done.
leonardchan added inline comments.
================
Comment at: llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp:1160
+Value *HWAddressSanitizer::getFrameRecordInfo(IRBuilder<> &IRB) {
+ // Prepare ring buffer data.
----------------
vitalybuka wrote:
> you can add this function in a separate patch
Made https://reviews.llvm.org/D129315
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128387/new/
https://reviews.llvm.org/D128387
More information about the llvm-commits
mailing list