[PATCH] D59320: [HWASan] Use less Printf() calls in register dump.
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 13 17:38:15 PDT 2019
pcc accepted this revision.
pcc added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: compiler-rt/lib/hwasan/hwasan_report.cpp:450
+ Printf(" x0 %016llx x1 %016llx x2 %016llx x3 %016llx\n",
+ frame[0], frame[1], frame[2], frame[3]);
+ Printf(" x4 %016llx x5 %016llx x6 %016llx x7 %016llx\n",
----------------
Nit: align to the `"` on the previous line (same below).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59320/new/
https://reviews.llvm.org/D59320
More information about the llvm-commits
mailing list