You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use -fprofile-use= when TEST_SUITE_USE_IR_PGO is enabled
`TEST_SUITE_USE_IR_PGO` changes the test-suite to use
`-fprofile-generate=xxx` (instead of `-fprofile-instr-gen=xxx`). This
changes cmake to also use `-fprofile-use=xxx` (instead of
`-fprofile-instr-use=xxx`).
This change is cosmetic: It turns out `-fprofile-instr-use` does
automatically detect the profile format used and works either way. But
picking the matching use-flag can avoid confusion for people inspecting
the compiler flags.
Differential Revision: https://reviews.llvm.org/D134199
0 commit comments