llvm-project/clang/include
Sean Silva a834ff260a [Driver] Add flags for enabling both types of PGO Instrumentation
The flags:
Enable IR-level instrumentation -fprofile-generate or -fprofile-generate=
When applying profile data: -fprofile-use=/path/to/profdata

Patch by Jake VanAdrighem!

Differential Revision: https://reviews.llvm.org/D21823

llvm-svn: 275668
2016-07-16 02:54:58 +00:00
..
clang [Driver] Add flags for enabling both types of PGO Instrumentation 2016-07-16 02:54:58 +00:00
clang-c [ObjC] Implement @available in the Parser and AST 2016-07-16 00:35:23 +00:00
CMakeLists.txt