This is the libcxxabi counterpart of D89545, and would have been part
of that patch if I'd spotted it soon enough (oops). One test in
libcxxabi is using the %lu printf format to refer to size_t, which
should be %zu.
Details
Details
- Reviewers
ldionne miyuki - Group Reviewers
Restricted Project - Commits
- rGbcb7b8770620: [libcxxabi] Fix printf formats in a test.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo