[PATCH] D34868: [Driver] Add -fdiagnostics-hotness-threshold

Brian Gesiak via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 30 17:01:00 PDT 2017


modocache updated this revision to Diff 104964.
modocache marked 4 inline comments as done.
modocache added a comment.

Address comments, for the most part. As for the documentation: I think this is OK for now, but there are definitely a few more options that I'd like to document, and those will require updating some of the existing docs as well (one example that comes to mind is '-foptimization-record-file='). If it's alright with you, I'd like to do this in a future diff.


https://reviews.llvm.org/D34868

Files:
  docs/UsersManual.rst
  include/clang/Basic/DiagnosticDriverKinds.td
  include/clang/Driver/Options.td
  include/clang/Frontend/CodeGenOptions.def
  lib/CodeGen/CodeGenAction.cpp
  lib/Driver/ToolChains/Clang.cpp
  lib/Frontend/CompilerInvocation.cpp
  test/Frontend/Inputs/optimization-remark-with-hotness-sample.proftext
  test/Frontend/optimization-remark-with-hotness.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34868.104964.patch
Type: text/x-patch
Size: 11283 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170701/f53378cf/attachment.bin>


More information about the cfe-commits mailing list