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

Hubert Tong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 15 14:57:47 PDT 2019


hubert.reinterpretcast added inline comments.


================
Comment at: llvm/lib/Object/XCOFFObjectFile.cpp:110
+
+  assert(SymEntPtr->SectionNumber != XCOFF::N_DEBUG &&
+         "Debug symbol name's length excess 8 bytes not yet implemented!");
----------------
We still should not reach the next line in release mode.


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