diff options
author | Jake Ehrlich <jakehehrlich@google.com> | 2017-09-15 22:04:09 +0000 |
---|---|---|
committer | Jake Ehrlich <jakehehrlich@google.com> | 2017-09-15 22:04:09 +0000 |
commit | 425ec9f3276da0422c3bd5827c7143d7dcab4dd4 (patch) | |
tree | 806b1b95714511cbfd0a51102b38411657ce010b /llvm/tools/llvm-objcopy/Object.cpp | |
parent | 97b8b2daff4921868cd023244db7bba923e9fa3c (diff) | |
download | bcm5719-llvm-425ec9f3276da0422c3bd5827c7143d7dcab4dd4.tar.gz bcm5719-llvm-425ec9f3276da0422c3bd5827c7143d7dcab4dd4.zip |
Test patch to check my commit access
llvm-svn: 313404
Diffstat (limited to 'llvm/tools/llvm-objcopy/Object.cpp')
-rw-r--r-- | llvm/tools/llvm-objcopy/Object.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-objcopy/Object.cpp b/llvm/tools/llvm-objcopy/Object.cpp index ef780d3ddb0..fd3add98418 100644 --- a/llvm/tools/llvm-objcopy/Object.cpp +++ b/llvm/tools/llvm-objcopy/Object.cpp @@ -463,7 +463,7 @@ template <class ELFT> void Object<ELFT>::writeSectionHeaders(FileOutputBuffer &Out) const { uint8_t *Buf = Out.getBufferStart() + SHOffset; // This reference serves to write the dummy section header at the begining - // of the file. + // of the file. It is not used for anything else Elf_Shdr &Shdr = *reinterpret_cast<Elf_Shdr *>(Buf); Shdr.sh_name = 0; Shdr.sh_type = SHT_NULL; |