llvm-6502/include/llvm/CompilerDriver
Mikhail Glushenkov 7defa2d3d5 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
2009-06-25 18:20:10 +00:00
..
Action.h Cosmetic fixes: include guards. 2009-03-02 09:02:28 +00:00
BuiltinOptions.h Make -save-temps behave like in GCC 4.5. 2009-06-25 18:20:10 +00:00
Common.td Add three new option properties. 2009-01-28 03:47:20 +00:00
CompilationGraph.h -write-graph now can be used with -o. 2009-03-27 12:57:14 +00:00
Error.h Cosmetic fixes: include guards. 2009-03-02 09:02:28 +00:00
ForceLinkage.h Make llvmc work again. 2009-06-23 20:46:48 +00:00
ForceLinkageMacros.h Make llvmc work again. 2009-06-23 20:46:48 +00:00
Main.inc Make -save-temps behave like in GCC 4.5. 2009-06-25 18:20:10 +00:00
Plugin.h Cosmetic fixes: include guards. 2009-03-02 09:02:28 +00:00
Tool.h Cosmetic fixes: include guards. 2009-03-02 09:02:28 +00:00