[all-commits] [llvm/llvm-project] c4a735: [libcxxabi] [test] Use the correct printf formats ...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Mon Apr 17 07:50:56 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c4a735d445fd2e780e6e45e80ae721c0bd3d05d1
https://github.com/llvm/llvm-project/commit/c4a735d445fd2e780e6e45e80ae721c0bd3d05d1
Author: Martin Storsjö <martin at martin.st>
Date: 2023-04-17 (Mon, 17 Apr 2023)
Changed paths:
M libcxxabi/test/test_fallback_malloc.pass.cpp
Log Message:
-----------
[libcxxabi] [test] Use the correct printf formats for printing pointers
Don't cast the pointers to long, as that's not large enough for
pointers on 64 bit Windows.
Differential Revision: https://reviews.llvm.org/D147640
More information about the All-commits
mailing list