Chandler Carruth e243ff8141 There is no portable format string for printing uintptr_t values.
Instead, cast them to `void *` which has a portable format string syntax
of `%p`.

This fixes a -Wformat error when building libunwind.

llvm-svn: 321469
2017-12-27 05:46:53 +00:00
..
2016-07-20 23:56:17 +00:00