diff options
author | Frederic Riss <friss@apple.com> | 2015-08-05 23:33:50 +0000 |
---|---|---|
committer | Frederic Riss <friss@apple.com> | 2015-08-05 23:33:50 +0000 |
commit | 246c9b0b46997424d79aa41098d78a9a83897c39 (patch) | |
tree | a81833193da6f195bd32f834dabf2ed63ede4df8 /clang/lib/CodeGen/ModuleBuilder.cpp | |
parent | 2a6e44518f105c30f4ce97106e0f522618683e67 (diff) | |
download | llvm-246c9b0b46997424d79aa41098d78a9a83897c39.zip llvm-246c9b0b46997424d79aa41098d78a9a83897c39.tar.gz llvm-246c9b0b46997424d79aa41098d78a9a83897c39.tar.bz2 |
[dsymutil] Do not create temporary files in -no-output mode.
The files were never written to and then deleted, but they were created
nonetheless. To prevent that, create a wrapper around the 2 variants of
createUniqueFile and use the one that only does an access(Exists) call
to check for name unicity in -no-output mode.
llvm-svn: 244172
Diffstat (limited to 'clang/lib/CodeGen/ModuleBuilder.cpp')
0 files changed, 0 insertions, 0 deletions