Commits

Jordan Rose committed 1fdf0e48b46
[Driver] Add -emit-reference-dependencies to the driver. This just adds another possible output kind and forwards it to the frontend. Note that in builds without an output map, this will just dump the dependencies next to the output file, which is a temp file whose name is chosen randomly. That's not so useful, but we can fix it later. Part of rdar://problem/15353101 Swift SVN r23220