[PATCH] D69558: [ObjectYAML] - Redefine LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::yaml::Hex*) as LLVM_YAML_IS_FLOW_SEQUENCE_VECTOR.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 30 04:50:16 PDT 2019


grimar updated this revision to Diff 227064.
grimar added a comment.
This revision is now accepted and ready to land.

- Add test cases to `SupportTests` to check that we can read arrays of `Hex*` described in a new output style.
- Make `Hex16` to be `LLVM_YAML_IS_FLOW_SEQUENCE_VECTOR` too.


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

https://reviews.llvm.org/D69558

Files:
  llvm/include/llvm/ObjectYAML/DWARFYAML.h
  llvm/include/llvm/Support/YAMLTraits.h
  llvm/test/ObjectYAML/MachO/DWARF-debug_info.yaml
  llvm/test/ObjectYAML/MachO/DWARF2-AddrSize8-FormValues.yaml
  llvm/test/ObjectYAML/MachO/DWARF5-debug_info.yaml
  llvm/test/ObjectYAML/MachO/bind_opcode.yaml
  llvm/test/ObjectYAML/MachO/bogus_load_command.yaml
  llvm/test/ObjectYAML/MachO/lazy_bind_opcode.yaml
  llvm/test/ObjectYAML/MachO/out_of_order_linkedit.yaml
  llvm/test/ObjectYAML/MachO/rebase_opcode.yaml
  llvm/test/ObjectYAML/MachO/weak_bind_opcode.yaml
  llvm/unittests/Support/YAMLIOTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69558.227064.patch
Type: text/x-patch
Size: 21915 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191030/1668424a/attachment.bin>


More information about the llvm-commits mailing list