[llvm-commits] [llvm] r141579 - in /llvm/trunk: include/llvm/Support/Format.h test/Object/objdump-sectionheaders.test tools/llvm-objdump/llvm-objdump.cpp
NAKAMURA Takumi
geek4civic at gmail.com
Tue Oct 11 03:13:12 PDT 2011
Dim,
> - outs() << format("%3d %-13s %09x %017x %s\n", i, Name.str().c_str(), Size,
> + outs() << format("%3u %-13s %09llx %017llx %s\n", i, Name.str().c_str(), Size,
> Address, Type.c_str());
It would not help unbreaking msvc, sigh :(
I will fix it.
...Takumi
More information about the llvm-commits
mailing list