Commits

Michael Gottesman committed 73ad8921b4b
Add in a simple SIL Extract utility that currently only handles functions. This utility is similar to llvm-extract, a tool in LLVM that makes it simpler to reduce test case by stripping out any global which matches a criteria. Currently we only deal with functions and the only criteria is an exact name match. Swift SVN r11343