We need to be able to disable samplepgo for specific files by supporting -fno-auto-profile and -fno-profile-sample-use
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 4937 Build 4937: arc lint + arc unit
Paths
| Differential D31213
Add support for -fno-auto-profile and -fno-profile-sample-use ClosedPublic Authored by danielcdh on Mar 21 2017, 2:36 PM.
Details Summary We need to be able to disable samplepgo for specific files by supporting -fno-auto-profile and -fno-profile-sample-use
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 21 2017, 2:52 PM
Revision Contents
Diff 92549 include/clang/Driver/Options.td
lib/Driver/ToolChains/Clang.cpp
lib/Driver/ToolChains/CommonArgs.h
lib/Driver/ToolChains/CommonArgs.cpp
test/Driver/clang_f_opts.c
|