[PATCH] D93150: [NFC] cleanup cg-profile emission on TargetLowerinng

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 14 10:15:16 PST 2020


rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.

Looks good, only one comment.



================
Comment at: llvm/include/llvm/Target/TargetLoweringObjectFile.h:89
+  /// Emit Call Graph Profile metadata.
+  virtual void emitCGProfileMetadata(MCStreamer &Streamer, Module &M) const;
+
----------------
I think this doesn't need to be virtual, since there are no overrides.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93150



More information about the llvm-commits mailing list