diff options
author | Frederic Riss <friss@apple.com> | 2016-05-02 21:06:14 +0000 |
---|---|---|
committer | Frederic Riss <friss@apple.com> | 2016-05-02 21:06:14 +0000 |
commit | bd126df21fdbd1338a5e3065f8cca8a1655f99a9 (patch) | |
tree | db76cab06c75c7f7e43170966c151f12b4727b6f /llvm/tools/llvm-ar/llvm-ar.cpp | |
parent | 1dccd9da0187abbc7886ad1d1f682f5904a64717 (diff) | |
download | bcm5719-llvm-bd126df21fdbd1338a5e3065f8cca8a1655f99a9.tar.gz bcm5719-llvm-bd126df21fdbd1338a5e3065f8cca8a1655f99a9.zip |
[dsymutil] Create the temporary files in the system temp directory.
llvm-dsymutil used to create the temporary files in the output directory.
This works fine except when the output directory contains a '%' char, which
is then replaced by llvm::sys::fs::createUniqueFile() generating an invalid
path.
Just use the default temp dir for those files.
llvm-svn: 268304
Diffstat (limited to 'llvm/tools/llvm-ar/llvm-ar.cpp')
0 files changed, 0 insertions, 0 deletions