1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 22:12:57 +02:00
llvm-mirror/lib/CompilerDriver
Mikhail Glushenkov e665ff7b38 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.

llvm-svn: 74190
2009-06-25 18:20:10 +00:00
..
Action.cpp Make -save-temps behave like in GCC 4.5. 2009-06-25 18:20:10 +00:00
CMakeLists.txt
CompilationGraph.cpp Make -save-temps behave like in GCC 4.5. 2009-06-25 18:20:10 +00:00
Makefile
Plugin.cpp
Tool.cpp Make -save-temps behave like in GCC 4.5. 2009-06-25 18:20:10 +00:00