summaryrefslogtreecommitdiffstats
path: root/test/CoverageMapping
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2017-08-03 21:06:36 +0000
committerNico Weber <nicolasweber@gmx.de>2017-08-03 21:06:36 +0000
commit764e1d8251b12447aee69092a851e46c0eb63c7d (patch)
tree3d425002ddfb75bbc15bf9094b1d1986f0000ba4 /test/CoverageMapping
parentcd890be4bd8dfdc2749fcc4a0c2646411a4961a3 (diff)
Use "foo-12345.o" instead of "foo.o-12345" as temporary file name.
This helps some tools that do things based on the output's extension. For example, we got reports from users on Windows that have a tool that scan a build output dir (but skip .obj files). The tool would keep the "foo.obj-12345" file open, and then when clang tried to rename the temp file to the final output filename, that would fail. By making the tempfile end in ".obj", tools like this will now skip the temp files as well. https://reviews.llvm.org/D36238 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@309984 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CoverageMapping')
0 files changed, 0 insertions, 0 deletions