Fix gcc/printf/ISO C++ warning
authorEdwin Vane <edwin.vane@intel.com>
Mon, 28 Jan 2013 19:34:42 +0000 (19:34 +0000)
committerEdwin Vane <edwin.vane@intel.com>
Mon, 28 Jan 2013 19:34:42 +0000 (19:34 +0000)
commit44338e00f841a49abd6f25f9b2cfd2050fa3d449
tree39dc3544f5a61e9a1d0d2ff64ffdb38e9c476c7c
parent072fb1a403963a37ad256bd83f3e56a80e4b4275
Fix gcc/printf/ISO C++ warning

Remove the use of the 't' length modifier to avoid a gcc warning. Based
on usage, 32 bits of precision is good enough for printing a stack
offset for a stack trace.

't' length modifier isn't in C++03 but it *is* in C++11. Added a FIXME
to reintroduce once LLVM makes the switch to C++11.

Reviewer: gribozavr
llvm-svn: 173711
llvm/lib/Support/Unix/Signals.inc