[PATCH] D17737: [PGO] change profile use cc1 option

Rong Xu via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 2 13:04:27 PST 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL262515: [PGO] Change profile use cc1 option to handle IR level profiles (authored by xur).

Changed prior to commit:
  http://reviews.llvm.org/D17737?vs=49655&id=49664#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D17737

Files:
  cfe/trunk/include/clang/Driver/CC1Options.td
  cfe/trunk/include/clang/Driver/Options.td
  cfe/trunk/include/clang/Frontend/CodeGenOptions.def
  cfe/trunk/include/clang/Frontend/CodeGenOptions.h
  cfe/trunk/lib/CodeGen/BackendUtil.cpp
  cfe/trunk/lib/CodeGen/CodeGenModule.cpp
  cfe/trunk/lib/Driver/Tools.cpp
  cfe/trunk/lib/Frontend/CMakeLists.txt
  cfe/trunk/lib/Frontend/CompilerInvocation.cpp
  cfe/trunk/test/CodeGen/Inputs/pgotestclang.profraw
  cfe/trunk/test/CodeGen/Inputs/pgotestir.profraw
  cfe/trunk/test/CodeGen/pgo-instrumentation.c
  cfe/trunk/test/Driver/clang_f_opts.c
  cfe/trunk/test/Profile/c-captured.c
  cfe/trunk/test/Profile/c-counter-overflows.c
  cfe/trunk/test/Profile/c-general.c
  cfe/trunk/test/Profile/c-outdated-data.c
  cfe/trunk/test/Profile/c-unprofiled-blocks.c
  cfe/trunk/test/Profile/c-unprofiled.c
  cfe/trunk/test/Profile/cxx-lambda.cpp
  cfe/trunk/test/Profile/cxx-rangefor.cpp
  cfe/trunk/test/Profile/cxx-templates.cpp
  cfe/trunk/test/Profile/objc-general.m
  cfe/trunk/test/Profile/profile-does-not-exist.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17737.49664.patch
Type: text/x-patch
Size: 23055 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160302/4ab855d0/attachment-0001.bin>


More information about the cfe-commits mailing list