[PATCH] D54176: [PGO] clang part of change for context-sensitive PGO.

Rong Xu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 1 12:07:53 PST 2019


xur updated this revision to Diff 188955.
xur added a comment.

Integrated Teresa's suggestion to change the err() to assert.
Added documentation change suggested by David.


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

https://reviews.llvm.org/D54176

Files:
  docs/UsersManual.rst
  include/clang/Basic/CodeGenOptions.h
  include/clang/Driver/Options.td
  lib/CodeGen/BackendUtil.cpp
  lib/Driver/ToolChain.cpp
  lib/Driver/ToolChains/Clang.cpp
  lib/Driver/ToolChains/CommonArgs.cpp
  lib/Frontend/CompilerInvocation.cpp
  test/CodeGen/Inputs/pgotestir.proftext
  test/CodeGen/Inputs/pgotestir_cs.proftext
  test/CodeGen/cspgo-instrumentation.c
  test/CodeGen/cspgo-instrumentation_lto.c
  test/CodeGen/cspgo-instrumentation_thinlto.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54176.188955.patch
Type: text/x-patch
Size: 31621 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190301/ae6cc570/attachment-0001.bin>


More information about the cfe-commits mailing list