On 6/12/12 7:58 AM, John Regehr wrote:
I've thought about this a bit but don't have any great answers.
There are many ways to implement pass subsetting, we probably should
just do something simple.
One possible way to do that is to use a configuration file which
contains all passes and some flags associated with each pass, e.g.,
flags indicating pre-pass or post-pass, flags indicating clang-delta
related passes. But this approach sounds a little bit like shifting
perl-hacks to configuration-hacks...
- Yang