[compiler-rt] [hwasan] Add missing printf parameter in __hwasan_handle_longjmp (PR #82559)
Florian Mayer via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 21 17:00:32 PST 2024
https://github.com/fmayer approved this pull request.
LG, though the code is a bit weird. Why do we print the difference as a (unsigned) hex in the first place? Why do we bother to cast the first two arguments for the `%p` but not the diff?
https://github.com/llvm/llvm-project/pull/82559
More information about the llvm-commits
mailing list