llvm-6502/lib/CompilerDriver
Mikhail Glushenkov 3a780d1214 Rename -t to --temp-dir.
-t is already used by gcc in the meaning 'ld -t' (trace). The Base plugin may
 want to emulate this behaviour.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75162 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-09 19:36:08 +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 Rename -t to --temp-dir. 2009-07-09 19:36:08 +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 Fixed handling of -t. It gets the prirority for temp dir name. 2009-07-09 18:06:27 +00:00
Makefile LLVMC can be now compiled w/o dynamic plugin support. 2009-07-04 03:55:25 +00:00
Plugin.cpp Have scoped mutexes take referenes instead of pointers. 2009-07-07 18:33:04 +00:00
Tool.cpp Make -save-temps=obj play better with -o. 2009-07-04 14:23:32 +00:00