Make -save-temps behave like in GCC 4.5.
authorMikhail Glushenkov <foldr@codedgers.com>
Thu, 25 Jun 2009 18:20:10 +0000 (18:20 +0000)
committerMikhail Glushenkov <foldr@codedgers.com>
Thu, 25 Jun 2009 18:20:10 +0000 (18:20 +0000)
commit7defa2d3d5cf1e4f773360886d17fd3bc99c0930
tree5344665f73a9603f0089bd864dee2928d5a47ac9
parent3ea93ded0f9027f662907443c1e41362def14557
Make -save-temps behave like in GCC 4.5.

The -save-temps option now behaves like described in GCC 4.5 release notes
(you can specify output directory for temporary files with -save-temps=obj
-o $DIRNAME). I do not have GCC 4.5 installed, so if there are any
inconsistencies between llvmc and GCC in the implementation of this
feature, please let me know.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74190 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CompilerDriver/BuiltinOptions.h [new file with mode: 0644]
include/llvm/CompilerDriver/Main.inc
lib/CompilerDriver/Action.cpp
lib/CompilerDriver/CompilationGraph.cpp
lib/CompilerDriver/Tool.cpp