[PATCH] D126121: Remove undefined behavior in count.c test program [NFC]

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat May 21 10:59:51 PDT 2022


MaskRay added a comment.

Where is the undefined behavior?  size_t is unsigned long long on 32-bit ELF platforms. You need `%zu`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D126121/new/

https://reviews.llvm.org/D126121



More information about the llvm-commits mailing list