[all-commits] [llvm/llvm-project] a1584d: [hwasan] Store some report data early (#66682)
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Thu Sep 21 15:27:16 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a1584dd2013e408fd040f487d4b989fcf389af59
https://github.com/llvm/llvm-project/commit/a1584dd2013e408fd040f487d4b989fcf389af59
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2023-09-21 (Thu, 21 Sep 2023)
Changed paths:
M compiler-rt/lib/hwasan/hwasan_report.cpp
Log Message:
-----------
[hwasan] Store some report data early (#66682)
Please review them one by one in order, and let me know which are OK.
It's mostly code shuffling.
The goal is to make HWASA collect all needed info the first, and
printout later.
This way we avoid the printing changes HWASAN metadata.
More information about the All-commits
mailing list