Object: Output .file symbols properly
authorDavid Majnemer <david.majnemer@gmail.com>
Thu, 20 Mar 2014 06:29:02 +0000 (06:29 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Thu, 20 Mar 2014 06:29:02 +0000 (06:29 +0000)
commitd9a0abcf8fbadffd8b79c2117dd358d1bfd38c78
tree7f318a16b7b7440daf0bde8784f163c8e5c62eb7
parentb000c172ed6f23fad76d2e96dd16ff0e0bc799ae
Object: Output .file symbols properly

obj2yaml would emit the NUL bytes padding the auxiliary file symbol
records.  Trimming them looks nicer.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204314 91177308-0d34-0410-b5e6-96231b3b80d8
test/Object/Inputs/COFF/long-file-symbol.yaml [new file with mode: 0644]
test/Object/obj2yaml-coff-long-file-symbol.test [new file with mode: 0644]
tools/obj2yaml/coff2yaml.cpp