When -forder-file-instrumentation is on, we pass llvm flag to enable the order file instrumentation pass.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Looks good, thanks for adding a driver option for this!
include/clang/Driver/Options.td | ||
---|---|---|
774 | Would it make sense to add documentation to the Clang User's Manual for this option? Some other profiling options are mentioned there, but not all. |
include/clang/Driver/Options.td | ||
---|---|---|
774 | Will do this in a followup! |
Would it make sense to add documentation to the Clang User's Manual for this option? Some other profiling options are mentioned there, but not all.