Driver: Name crashdump scripts after the first temp file
authorJustin Bogner <mail@justinbogner.com>
Mon, 20 Oct 2014 21:47:56 +0000 (21:47 +0000)
committerJustin Bogner <mail@justinbogner.com>
Mon, 20 Oct 2014 21:47:56 +0000 (21:47 +0000)
commitc1fdf7fa111f9a153a67e69d75f843ac89ce8d27
tree23a7d5cf3402d8908db0c9ba758d49bc6726951c
parentc71e0050304e5d259c075b890627108b489299f3
Driver: Name crashdump scripts after the first temp file

In practice there's only ever one temporary output file when
generating a crashdump, but even if there were many iterating over
each and creating a duplicate run script for each one wouldn't make
very much sense.

This updates the behaviour to only generate the script once, based on
the first filename.

This should make it more reasonable to generate extra output files to
include in the crashdump going forward, so I've also added a FIXME to
look into doing just that with the extra module crashdump files.

llvm-svn: 220238
clang/lib/Driver/Driver.cpp