mirror of
https://github.com/intel/llvm.git
synced 2026-01-18 16:50:51 +08:00
Use %llu to print a 64 bit number. Should fix the ARM bots.
llvm-svn: 186113
This commit is contained in:
@@ -330,7 +330,7 @@ doDisplayTable(std::string* ErrMsg) {
|
||||
printMode(mode & 007);
|
||||
outs() << ' ' << I->getUser();
|
||||
outs() << "/" << I->getGroup();
|
||||
outs() << ' ' << format("%6u", I->getSize());
|
||||
outs() << ' ' << format("%6llu", I->getSize());
|
||||
sys::TimeValue ModTime = I->getModTime();
|
||||
outs() << " " << ModTime.str();
|
||||
outs() << " " << I->getPath().str() << "\n";
|
||||
|
||||
Reference in New Issue
Block a user