[PATCH] D61532: implement of the parsing symbol table for xcoffobjfile and output as yaml format

Digger via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 24 08:18:06 PDT 2019


DiggerLin updated this revision to Diff 201255.
DiggerLin marked 3 inline comments as done.
DiggerLin added a comment.

fixed the compiler error of 
"anonymous types declared in an anonymous union are an extension

  [-Wnested-anon-types] "

when compile with clang++


Repository:
  rL LLVM

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

https://reviews.llvm.org/D61532

Files:
  llvm/include/llvm/BinaryFormat/XCOFF.h
  llvm/include/llvm/Object/XCOFFObjectFile.h
  llvm/include/llvm/ObjectYAML/XCOFFYAML.h
  llvm/lib/Object/XCOFFObjectFile.cpp
  llvm/lib/ObjectYAML/XCOFFYAML.cpp
  llvm/test/tools/obj2yaml/Inputs/aix_xcoff.o
  llvm/test/tools/obj2yaml/aix_xcoff.test
  llvm/tools/llvm-readobj/XCOFFDumper.cpp
  llvm/tools/obj2yaml/xcoff2yaml.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61532.201255.patch
Type: text/x-patch
Size: 25934 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190524/50610670/attachment.bin>


More information about the llvm-commits mailing list