Add flags to disable profile generation.
This patch adds flags -fno-profile-instr-generate and -fno-profile-instr-use, and the GCC aliases -fno-profile-generate and -fno-profile-use. These flags are used in situations where users need to disable profile generation or use for specific files in a build, without affecting other files. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@244153 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- docs/UsersManual.rst 13 additions, 0 deletionsdocs/UsersManual.rst
- include/clang/Driver/Options.td 10 additions, 0 deletionsinclude/clang/Driver/Options.td
- lib/Driver/Tools.cpp 39 additions, 28 deletionslib/Driver/Tools.cpp
- test/Driver/clang_f_opts.c 10 additions, 0 deletionstest/Driver/clang_f_opts.c
Loading
Please register or sign in to comment