[PATCH] D53054: Adapt OptTable::PrintHelp change in D51009

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 10 13:22:49 PDT 2018


ruiu added a comment.

Please avoid llvm::formatv because StringRef and Twine work fine as well. I don't expect that the readers of the code memorizes this Python-style format string.


Repository:
  rL LLVM

https://reviews.llvm.org/D53054





More information about the llvm-commits mailing list