[all-commits] [llvm/llvm-project] 63c120: [libunwind][nfc] Avoid type warning of debug print...
Kazushi Marukawa via All-commits
all-commits at lists.llvm.org
Thu Sep 28 02:02:56 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 63c1208bce31ecf091fec922e56966b2af4f6839
https://github.com/llvm/llvm-project/commit/63c1208bce31ecf091fec922e56966b2af4f6839
Author: Kazushi Marukawa <marukawa at nec.com>
Date: 2023-09-28 (Thu, 28 Sep 2023)
Changed paths:
M libunwind/src/Unwind-sjlj.c
Log Message:
-----------
[libunwind][nfc] Avoid type warning of debug printf (#67390)
Change PRIu32 to PRIxPTR to avoid type warning of debug printf since VE
uses 64 bits SjLj. I don't use PRIuPTR since the print message has
0x-prefix from the beginning. I also change related PRIuPTR to PRIxPTR
since those uses 0x-prefix too.
More information about the All-commits
mailing list