Add NoStripSymbols option that matches the behavior of -strip pass.
Much of this patch is a cut-n-paste of several static functions from
StripSymbols.cpp. A better option might be to make them non-static
and add their declarations to a header -- however, since I'm unsure
where they should go, I just cut-n-pasted them for now.
This needs a doxygen comment.