]> granicus.if.org Git - clang/commit
[driver] When generating temporary files allow a prefix to be added. In many
authorChad Rosier <mcrosier@apple.com>
Fri, 26 Aug 2011 21:28:44 +0000 (21:28 +0000)
committerChad Rosier <mcrosier@apple.com>
Fri, 26 Aug 2011 21:28:44 +0000 (21:28 +0000)
commitfe87fc73c0091a8d6ba04b7e3b5f144d4a0517a3
tree04145bf85bacdc5d88f534b8ef8f714b1992a678
parent9fc18c97991b1267221ee71d13d8fb2f036b387b
[driver] When generating temporary files allow a prefix to be added.  In many
cases we want the prefix to be the original file name less the suffix.  For an
input such as test.c to named temporary would be something like test-3O4Clq.o
Part of <rdar://problem/8314451>

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@138662 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/Driver.h
lib/Driver/Driver.cpp
lib/Driver/Tools.cpp