From 54405fff496698f83eda0730d488bd50036a4375 Mon Sep 17 00:00:00 2001 From: Jake Ehrlich Date: Fri, 15 Sep 2017 22:04:09 +0000 Subject: [PATCH] Test patch to check my commit access git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@313404 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llvm-objcopy/Object.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/llvm-objcopy/Object.cpp b/tools/llvm-objcopy/Object.cpp index ef780d3ddb0..fd3add98418 100644 --- a/tools/llvm-objcopy/Object.cpp +++ b/tools/llvm-objcopy/Object.cpp @@ -463,7 +463,7 @@ template void Object::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(Buf); Shdr.sh_name = 0; Shdr.sh_type = SHT_NULL; -- 2.40.0