[PATCH] D138854: [AIX][LTO] Enabling Context Sensitive PGO Options
Fangrui Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 28 19:23:20 PST 2022
MaskRay accepted this revision.
MaskRay added a comment.
This revision is now accepted and ready to land.
LGTM.
================
Comment at: llvm/lib/LTO/LTOCodeGenerator.cpp:125
+ cl::desc("Perform context sensitive PGO instrumentation"),
+ cl::init(false));
+
----------------
Delete `cl::init(false)`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138854/new/
https://reviews.llvm.org/D138854
More information about the cfe-commits
mailing list