[PATCH] D110112: [IR]PATCH 1/2: Add AsmWriterContext into AsmWriter

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 1 13:54:30 PDT 2021


aprantl accepted this revision.
aprantl added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/lib/IR/AsmWriter.cpp:1283
+/// Common instances used by most of the
+/// printer functions.
+struct AsmWriterContext {
----------------
does this fit on one line?


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

https://reviews.llvm.org/D110112



More information about the llvm-commits mailing list