diff options
| author | George Rimar <grimar@accesssoftek.com> | 2017-01-16 11:35:38 +0000 |
|---|---|---|
| committer | George Rimar <grimar@accesssoftek.com> | 2017-01-16 11:35:38 +0000 |
| commit | 07d94e35293d6c6e0d028b51f1dd343259ad7edb (patch) | |
| tree | 486f947aecf4264bba515b85d7d139fea47a2cf3 /llvm/lib/CodeGen/GCStrategy.cpp | |
| parent | 73a68c25a07bed73e6288f7288c0bc3fa3c60ecc (diff) | |
| download | bcm5719-llvm-07d94e35293d6c6e0d028b51f1dd343259ad7edb.tar.gz bcm5719-llvm-07d94e35293d6c6e0d028b51f1dd343259ad7edb.zip | |
[ELF] - Fix format specifiers in writeOutSecLine()
I had a error in map-file.s testcase under MSVS2015/win32:
map-file.s:30:16: error: expected string not found in input
// CHECK-NEXT: 0000000000200158 0000000000000030 8 .eh_frame
<stdin>:2:1: note: scanning from here
0000000000200158 10 30 .eh_frame
Format string '%0*x' requires an argument of type 'unsigned int',
but argument has type 'uint64_t'. Proper format is '%0*llx' then.
This fixes testcase failture for me.
llvm-svn: 292102
Diffstat (limited to 'llvm/lib/CodeGen/GCStrategy.cpp')
0 files changed, 0 insertions, 0 deletions

