Re: [PATCH] D22608: [Profile] Use a flag to enable PGO rather than the profraw filename.

2016-07-22 Thread David Li via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL276517: [Profile] Use a flag to enable PGO rather than the profraw filename (authored by davidxl). Changed prior to commit: https://reviews.llvm.org/D22608?vs=64812&id=65216#toc Repository: rL LLVM

Re: [PATCH] D22608: [Profile] Use a flag to enable PGO rather than the profraw filename.

2016-07-21 Thread David Li via cfe-commits
davidxl accepted this revision. davidxl added a comment. This revision is now accepted and ready to land. lgtm Repository: rL LLVM https://reviews.llvm.org/D22608 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-b

[PATCH] D22608: [Profile] Use a flag to enable PGO rather than the profraw filename.

2016-07-20 Thread Jake VanAdrighem via cfe-commits
jakev created this revision. jakev added reviewers: xur, davidxl, silvas. jakev added a subscriber: cfe-commits. jakev set the repository for this revision to rL LLVM. Enable instrumentation using a flag rather than the profile filename. This is the other half of: https://reviews.llvm.org/D22607