[PATCH] D114469: [XRay] fix more -Wformat warnings
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 23 12:47:54 PST 2021
MaskRay added inline comments.
================
Comment at: compiler-rt/lib/xray/xray_allocator.h:69
+ Report("XRay Profiling: Failed to allocate memory of size %zu; Error = "
+ "%zu.\n",
+ RoundedSize, B);
----------------
Drop trailing dot while updating messages. https://llvm.org/docs/CodingStandards.html#error-and-warning-messages
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114469/new/
https://reviews.llvm.org/D114469
More information about the llvm-commits
mailing list