]> granicus.if.org Git - clang/commit
Prevent the -save-temps flag from modifying the input file if the input filename
authorChad Rosier <mcrosier@apple.com>
Fri, 15 Jul 2011 21:54:29 +0000 (21:54 +0000)
committerChad Rosier <mcrosier@apple.com>
Fri, 15 Jul 2011 21:54:29 +0000 (21:54 +0000)
commit3e4d10917a7ef84ebf86062e8c912de9c00597c9
treee0ec01b608f04459d420a20a31c2c2819c858f9e
parentba6ffaf21e465c0926d7fc5fa294ea52f8d45faf
Prevent the -save-temps flag from modifying the input file if the input filename
conflicts with a to be produced temp filename.
rdar://9724657

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