[PATCH] D61532: implement of the parsing symbol table for xcoffobjfile and output as yaml format
David Tenty via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 23 08:08:50 PDT 2019
daltenty requested changes to this revision.
daltenty added inline comments.
This revision now requires changes to proceed.
================
Comment at: llvm/include/llvm/Object/XCOFFObjectFile.h:71
+ support::ubig32_t Offset;
+ } NameInStrTbl;
+ };
----------------
Building with this section with -DLLVM_ENABLE_WERROR=ON results in "error: anonymous types declared in an anonymous union are an extension"
================
Comment at: llvm/include/llvm/Object/XCOFFObjectFile.h:83
+ } CFileLanguageIdAndTypeId;
+ };
+
----------------
Same problem with anonymous types with this union
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61532/new/
https://reviews.llvm.org/D61532
More information about the llvm-commits
mailing list