Commits

Erik Eckstein committed ab2dd51bb0c
SIL passmanager: Add an option -sil-disable-pass for disabling passes by name. Example: swiftc -O -Xllvm -sil-disable-pass="Performance Inliner" test.swift All passes are disabled which contain the option argument string in their name. This is useful for testing and debugging. Swift SVN r27204