[PATCH] D87811: [CodeGen] emit CG profile for COFF object file

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 29 07:16:58 PDT 2020


probinson added a comment.

Can we have a separate NFC refactor commit, to move that lump of code into its own `emitCGProfile` method?  It might make the functional bits easier to follow.  Also we have a private change in that area, and the ping-pong for this change has been a real headache.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87811



More information about the llvm-commits mailing list