]> granicus.if.org Git - clang/commit
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)
commit41544940b472981544a015d97dabce53dc5cb99c
tree15502cf34ba9a425b20dc870e7da958204b85b4b
parent86288afd6a9e8bcc15b9dcfcf69043fa384e0441
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
docs/UsersManual.rst
include/clang/Driver/Options.td
lib/Driver/Tools.cpp
test/Driver/clang_f_opts.c