Commits

Slava Pestov committed b898f439728
Reflection: Fix memory management issue in swift-reflection-dump MachOUniversalBinary::getObjectForArch() returns a value containing a unique_ptr; if we just fish out the unique_ptr value using get(), it will be freed too soon. Instead, hold on to the unique_ptr until we are done with everything.