Commits

Roman Levenstein committed 6e1a8de1068
Add a new -debug-only-pass-number option for debugging the compiler The option is supposed to be used as follows and takes a comma-seprataed list of SIL pass numbers as input: -Xllvm -debug-only-pass-number=passnumber1[,passnumber2,..,passnumberN] It enables the debug printing (i.e. prints inside DEBUG statements ) when one of the mentioned passes is being run.