Add flags to disable profile generation.
authorDiego Novillo <dnovillo@google.com>
Wed, 5 Aug 2015 21:49:51 +0000 (21:49 +0000)
committerDiego Novillo <dnovillo@google.com>
Wed, 5 Aug 2015 21:49:51 +0000 (21:49 +0000)
commit758f3f542af978ec48745a01c998ccbbc7a7a077
tree459852bc6b236135d68015ca95137ad6b611950e
parent70926aed6bf3819c4b23ee0ae6cc510dbecba96e
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.

llvm-svn: 244153
clang/docs/UsersManual.rst
clang/include/clang/Driver/Options.td
clang/lib/Driver/Tools.cpp
clang/test/Driver/clang_f_opts.c