[PATCH] D56749: [NFC] Make pgo related options in opt more consistent.
Teresa Johnson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 16 16:49:12 PST 2019
tejohnson added a comment.
(belated lgtm)
================
Comment at: llvm/trunk/tools/opt/NewPMDriver.h:43
};
+enum PGOKind {
+ NoPGO,
----------------
It's unfortunate that there isn't an opt.h...
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56749/new/
https://reviews.llvm.org/D56749
More information about the llvm-commits
mailing list