[PATCH] D67529: [TextAPI] Introduce TBDv4

Juergen Ributzka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 12 17:00:48 PDT 2019


ributzka added inline comments.


================
Comment at: llvm/lib/TextAPI/MachO/TextStub.cpp:352
+    IO.mapRequired("targets", Section.Targets);
+    if (Ctx == 0)
+      IO.mapRequired("clients", Section.Values);
----------------
Oops, I forgot to change this to a proper enum. Could you please fix this?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D67529





More information about the llvm-commits mailing list