[PATCH] [yaml2obj] Initial ELF section support.

Michael Spencer bigcheesegs at gmail.com
Thu Jun 13 13:33:39 PDT 2013


  lgtm


================
Comment at: test/Object/yaml2obj-elf-section-basic.yaml:3-9
@@ +2,9 @@
+!ELF
+FileHeader: !FileHeader
+  Class: ELFCLASS64
+  Data: ELFDATA2LSB
+  Type: ET_REL
+  Machine: EM_X86_64
+Sections:
+  - !Section
+    Name: .text
----------------
We don't need the !FileHeader and !Section tags.


http://llvm-reviews.chandlerc.com/D969

BRANCH
  work

ARCANIST PROJECT
  llvm



More information about the llvm-commits mailing list