]> granicus.if.org Git - clang/commit
[driver] Allow multiple -arch options with -save-temps by adding the arch name
authorChad Rosier <mcrosier@apple.com>
Tue, 30 Apr 2013 22:01:21 +0000 (22:01 +0000)
committerChad Rosier <mcrosier@apple.com>
Tue, 30 Apr 2013 22:01:21 +0000 (22:01 +0000)
commit1c18759b45140c85e62ac6367fbee51f363e3c81
tree9722fb7b2b1b01ceea8d9ce75a1af59d6436426a
parent40ebe3dac227cebd47a0518fa30273cfc98358c7
[driver] Allow multiple -arch options with -save-temps by adding the arch name
to the temporary files.
rdar://13218604

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@180813 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/Driver.h
lib/Driver/Driver.cpp
test/Driver/save-temps.c [new file with mode: 0644]