[PATCH] D63977: [NFC][clang] Adding ability to skip compiler phases in clang driver.
Puyan Lotfi via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Jun 30 10:19:25 PDT 2019
plotfi marked an inline comment as done.
plotfi added inline comments.
================
Comment at: clang/include/clang/Driver/Phases.h:30
+ ID FinalPhase;
+ std::set<ID> SkipPhases;
+ };
----------------
I could change this to a SmallVector or SmallSet
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63977/new/
https://reviews.llvm.org/D63977
More information about the cfe-commits
mailing list