Commits

Jordan Rose committed 036b0831386
[Driver] Eliminate the JobList class. This was just a wrapper around SmallVector that optionally owned the Job pointers in it. Now that all Jobs are owned by the Compilation, we don't have to worry about this any more. No functionality change. Swift SVN r29668