This is an archive of the discontinued LLVM Phabricator instance.

[libcxxabi] [test] Use the correct printf formats for printing pointers
ClosedPublic

Authored by mstorsjo on Apr 5 2023, 10:03 AM.

Details

Summary

Don't cast the pointers to long, as that's not large enough for
pointers on 64 bit Windows.

Diff Detail

Event Timeline

mstorsjo created this revision.Apr 5 2023, 10:03 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 5 2023, 10:03 AM
mstorsjo requested review of this revision.Apr 5 2023, 10:03 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 5 2023, 10:03 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
EricWF accepted this revision.Apr 14 2023, 10:52 AM
This revision is now accepted and ready to land.Apr 14 2023, 10:52 AM
ldionne accepted this revision.Apr 14 2023, 2:09 PM
This revision was landed with ongoing or failed builds.Apr 17 2023, 7:50 AM
This revision was automatically updated to reflect the committed changes.