llvm-project/llvm/lib/CompilerDriver
Mikhail Glushenkov 4f0fa1539c Make -save-temps=obj play better with -o.
Use only the *dirname* of the pathname given to -o, so that -o can still be used
to name the output executable. This is more like what GCC 4.5 does.

llvm-svn: 74790
2009-07-04 14:23:32 +00:00
..
Action.cpp #include <iostream> is forbidden. Remove it in favor of raw_ostream. 2009-06-30 04:07:12 +00:00
BuiltinOptions.cpp LLVMC can be now compiled w/o dynamic plugin support. 2009-07-04 03:55:25 +00:00
CMakeLists.txt Reorganize llvmc code. 2009-03-02 09:01:14 +00:00
CompilationGraph.cpp #include <iostream> is forbidden. Remove it in favor of raw_ostream. 2009-06-30 04:07:12 +00:00
Main.cpp Make -save-temps=obj play better with -o. 2009-07-04 14:23:32 +00:00
Makefile LLVMC can be now compiled w/o dynamic plugin support. 2009-07-04 03:55:25 +00:00
Plugin.cpp Guards for the compiler driver plugin list. 2009-06-26 00:06:28 +00:00
Tool.cpp Make -save-temps=obj play better with -o. 2009-07-04 14:23:32 +00:00