[PATCH] D98437: [SystemZ][z/OS] Add GOFFObjectFile class support for HDR, ESD and END records
Yusra Syeda via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 30 08:14:05 PDT 2021
yusra.syeda updated this revision to Diff 341915.
yusra.syeda added a comment.
Added the following tests:
Invalid cases of continutation records
Check for missing HDR record
Check for missing END record
Handling of concatenated GOFF object files
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98437/new/
https://reviews.llvm.org/D98437
Files:
llvm/include/llvm/BinaryFormat/GOFF.h
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
llvm/unittests/BinaryFormat/TestFileMagic.cpp
llvm/unittests/Object/CMakeLists.txt
llvm/unittests/Object/GOFFObjectFileTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98437.341915.patch
Type: text/x-patch
Size: 54989 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210430/61bdcb0c/attachment.bin>
More information about the llvm-commits
mailing list