[PATCH] D79545: [VE] Implements minimum MC layer for VE (3/4)
Kazushi Marukawa via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 18 00:29:39 PDT 2020
kaz7 updated this revision to Diff 264547.
kaz7 added a comment.
Update along to suggestions. Need to finish implementation of
unittests/ObjectYAML/ELFRelocationTypeTest.cpp which takes for a
while to learn how to traverse symbol information in ELFObjectFile.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79545/new/
https://reviews.llvm.org/D79545
Files:
llvm/include/llvm/BinaryFormat/ELF.h
llvm/include/llvm/BinaryFormat/ELFRelocs/VE.def
llvm/include/llvm/Object/ELFObjectFile.h
llvm/lib/Object/ELF.cpp
llvm/lib/ObjectYAML/ELFYAML.cpp
llvm/test/tools/llvm-readobj/ELF/file-header-machine-types.test
llvm/test/tools/llvm-readobj/ELF/reloc-types-elf-ve.test
llvm/test/tools/obj2yaml/ELF/relocation-type-ve.yaml
llvm/tools/llvm-readobj/ELFDumper.cpp
llvm/unittests/Object/CMakeLists.txt
llvm/unittests/Object/ELFTest.cpp
llvm/unittests/Object/MachineTest.cpp
llvm/unittests/ObjectYAML/CMakeLists.txt
llvm/unittests/ObjectYAML/ELFRelocationTypeTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79545.264547.patch
Type: text/x-patch
Size: 45098 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200518/ff04bf8e/attachment.bin>
More information about the llvm-commits
mailing list