OSDN Git Service

[llvm-objcopy] [COFF] Clear the unwritten tail of coff_section::Header::Name
authorMartin Storsjo <martin@martin.st>
Wed, 23 Jan 2019 09:12:53 +0000 (09:12 +0000)
committerMartin Storsjo <martin@martin.st>
Wed, 23 Jan 2019 09:12:53 +0000 (09:12 +0000)
commit1284ee3c47bab17ec081b5169633aea4f8abfd30
tree2d83f61b1cfc290aff54d58832fc70621f20c957
parent798bb5598784aca26a6f0a8753555272d82db7f8
[llvm-objcopy] [COFF] Clear the unwritten tail of coff_section::Header::Name

This should fix the add-gnu-debuglink test on all buildbots.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@351934 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-objcopy/COFF/Writer.cpp