llvm-6502/lib
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
..
Analysis Use a more correct atomic increment style. This isn't really necessary in 2009-06-25 16:32:45 +00:00
Archive
AsmParser
Bitcode
CodeGen Provide guards for this shared structure. I'm not sure this actually needs 2009-06-25 17:09:00 +00:00
CompilerDriver Make -save-temps behave like in GCC 4.5. 2009-06-25 18:20:10 +00:00
Debugger
ExecutionEngine add file to cmake 2009-06-25 04:29:08 +00:00
Linker
MC
Support
System Guard dynamic library loading. 2009-06-25 18:12:44 +00:00
Target Privatize this map. 2009-06-25 18:13:04 +00:00
Transforms Reword a few comments. 2009-06-25 00:22:44 +00:00
VMCore
Makefile