[PATCH] D17622: [PGO] clang cc1 option change to enable IR level instrumenation

Rong Xu via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 26 14:31:19 PST 2016


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

Sean, Thanks for the review and suggestions.

Here is the patch that only adds -fprofile-instrument=llvm.

I'll have another patch using your suggestion on cc1 options for profile use compilation.


http://reviews.llvm.org/D17622

Files:
  include/clang/Driver/CC1Options.td
  include/clang/Frontend/CodeGenOptions.def
  include/clang/Frontend/CodeGenOptions.h
  lib/CodeGen/BackendUtil.cpp
  lib/Frontend/CompilerInvocation.cpp
  test/CodeGen/pgo-instrumentation.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17622.49243.patch
Type: text/x-patch
Size: 5345 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160226/550e0de4/attachment.bin>


More information about the cfe-commits mailing list