This adds an LLVM_ENABLE_IR_PGO option to enable building llvm and its tools with IR PGO instrumentation.
Usage: -DLLVM_BUILD_INSTRUMENTED=On -DLLVM_ENABLE_IR_PGO=On (both options must be enabled)
Differential D38066
[cmake] Add an option to build llvm with IR PGO vsk on Sep 19 2017, 5:50 PM. Authored by
Details This adds an LLVM_ENABLE_IR_PGO option to enable building llvm and its tools with IR PGO instrumentation. Usage: -DLLVM_BUILD_INSTRUMENTED=On -DLLVM_ENABLE_IR_PGO=On (both options must be enabled)
Diff Detail
Event Timeline
Comment Actions
Comment Actions
|