[PATCH] D80883: [Driver] Add multiclass OptInFlag and OptOutFlag to simplify boolean option definition
David Blaikie via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 1 12:25:52 PDT 2020
dblaikie added a comment.
Seems like a reasonable direction - presumably every flag (that has a similar form in both driver and frontend) would be classified as one of these (opt in or opt out)? The ones you've migrated are just a sample/example?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80883/new/
https://reviews.llvm.org/D80883
More information about the cfe-commits
mailing list