commit | e04f789f46adbbf2ec5f48ead03c67250987500f | [log] [tgz] |
---|---|---|
author | Frederic Riss <friss@apple.com> | Wed Aug 05 23:33:50 2015 +0000 |
committer | Frederic Riss <friss@apple.com> | Wed Aug 05 23:33:50 2015 +0000 |
tree | 1c2bd6a969e3e41cfe89ee273eb091780c244780 | |
parent | 8012b5f7df86649a87cc9211f8be584f92eca43a [diff] |
[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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244172 91177308-0d34-0410-b5e6-96231b3b80d8