Add a version of unique_file that return just the file name.
authorRafael Espindola <rafael.espindola@gmail.com>
Tue, 18 Jun 2013 17:01:00 +0000 (17:01 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Tue, 18 Jun 2013 17:01:00 +0000 (17:01 +0000)
commit8ee23f00c7e9343d09313051c318906558d6ad17
tree3e8f0a4c0340268de38b841319840ed5b12d54dd
parent21a78d149fc3939b19fe8a132ece0b4c1bd62517
Add a version of unique_file that return just the file name.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184206 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/FileSystem.h
lib/Support/PathV2.cpp
tools/bugpoint/ExecutionDriver.cpp
tools/bugpoint/OptimizerDriver.cpp