[PATCH] D40842: [ObjectYAML] Update obj2yaml and yaml2obj for .debug$H section
Zachary Turner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 5 09:40:38 PST 2017
zturner created this revision.
Herald added subscribers: JDevlieghere, hiraditya, mgorny.
This teaches yaml2obj and obj2yaml to be able to dump and generate the experimental COFF `.debug$H` section. Emitting this section from clang and using it in LLD is still unimplemented, as I want to get all the proper testing infrastructure in place first.
https://reviews.llvm.org/D40842
Files:
llvm/include/llvm/ObjectYAML/COFFYAML.h
llvm/include/llvm/ObjectYAML/CodeViewYAMLTypeHashing.h
llvm/lib/ObjectYAML/CMakeLists.txt
llvm/lib/ObjectYAML/COFFYAML.cpp
llvm/lib/ObjectYAML/CodeViewYAMLTypeHashing.cpp
llvm/test/ObjectYAML/CodeView/type-hashes.yaml
llvm/tools/obj2yaml/coff2yaml.cpp
llvm/tools/yaml2obj/yaml2coff.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40842.125559.patch
Type: text/x-patch
Size: 10838 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171205/39b0d754/attachment.bin>
More information about the llvm-commits
mailing list