This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Fix compile warnings in r332702
ClosedPublic

Authored by ioeric on May 18 2018, 8:23 AM.

Details

Summary
  • Fix #include path
  • Fix warning:
`
error: format specifies type 'unsigned long long' but the argument has type 'uint64_t'
(aka 'unsigned long') [-Werror,-Wformat]

Diff Detail

Repository
rL LLVM

Event Timeline

ioeric created this revision.May 18 2018, 8:23 AM
ioeric accepted this revision.May 18 2018, 9:22 AM

As this change is trivial and blocking our integration process, I'll go ahead land this. Feel free to leave post-commit comments.

This revision is now accepted and ready to land.May 18 2018, 9:22 AM
This revision was automatically updated to reflect the committed changes.