plotfi marked an inline comment as done.
plotfi added inline comments.

================
Comment at: llvm/lib/TextAPI/ELF/TBEHandler.cpp:137
     IO.mapRequired("Arch", (ELFArchMapper &)Stub.Arch);
+    IO.mapOptional("Endian", Stub.Endian);
     IO.mapOptional("NeededLibs", Stub.NeededLibs);
----------------
@jakehehrlich Here, I've added an Endian field to tbe. I think I can just 
generate the tbe that llvm-elfabi consumes. The experimental yaml output is 
more for debugging. Tell me what you think.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D60974



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to