[PATCH] D89071: [SystemZ/z/OS] Add GOFFObjectFile class and details of GOFF file format

Yusra Syeda via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 23 11:39:28 PST 2020


yusra.syeda updated this revision to Diff 307140.
yusra.syeda added a comment.

Add check for ESD name length field size
Update loops to comply with LLVM coding standard:
https://llvm.org/docs/CodingStandards.html#don-t-evaluate-end-every-time-through-a-loop


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D89071/new/

https://reviews.llvm.org/D89071

Files:
  llvm/include/llvm/BinaryFormat/GOFF.h
  llvm/include/llvm/BinaryFormat/GOFFAda.def
  llvm/include/llvm/BinaryFormat/Magic.h
  llvm/include/llvm/Object/Binary.h
  llvm/include/llvm/Object/GOFF.h
  llvm/include/llvm/Object/GOFFObjectFile.h
  llvm/include/llvm/Object/ObjectFile.h
  llvm/lib/BinaryFormat/Magic.cpp
  llvm/lib/Object/Binary.cpp
  llvm/lib/Object/CMakeLists.txt
  llvm/lib/Object/GOFFObjectFile.cpp
  llvm/lib/Object/ObjectFile.cpp
  llvm/lib/Object/SymbolicFile.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89071.307140.patch
Type: text/x-patch
Size: 52855 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201123/7137eb1d/attachment-0001.bin>


More information about the llvm-commits mailing list