This is an archive of the discontinued LLVM Phabricator instance.

Revert "[lldb] Use portable format string PRIx64"
AbandonedPublic

Authored by pranavk on Feb 13 2023, 3:00 PM.

Details

Reviewers
saugustine
Summary

This reverts commit be7d7ca1101840fc8e19e0e48f9dc395da569d23.

This commit was made to fix be7d7ca1101840fc8e19e0e48f9dc395da569d23
which got reverted in 620b3d9ba3343d7bc5bab2340174a20952fcd00f. We need
to revert this commit as well because types in log statements are 32 bit again.

Diff Detail

Event Timeline

pranavk created this revision.Feb 13 2023, 3:00 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 13 2023, 3:00 PM
pranavk requested review of this revision.Feb 13 2023, 3:00 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 13 2023, 3:00 PM
saugustine accepted this revision.Feb 13 2023, 3:01 PM
This revision is now accepted and ready to land.Feb 13 2023, 3:01 PM
pranavk updated this revision to Diff 497496.Feb 14 2023, 5:17 PM

Fix Bazel build

pranavk abandoned this revision.May 11 2023, 9:41 AM