llvm-6502/tools/llvmc
Reid Spencer a01439ada2 - Remove unused GetSuffix function
- Renamed FileReadable -> FileIsReadable
- Remove support for GROKS_DASH_O; deferr it to %opts% substitution
- Require a -o option except in case of linking where it defaults to a.out
- Fix problem processing *.o and *.bc files.
- Ignore optimization phase if -emit-raw-code
- Correct the assembly generation phase to support -emit-native-code
- Implement dependent library lookup


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16020 91177308-0d34-0410-b5e6-96231b3b80d8
2004-08-24 13:55:17 +00:00
..
CompilerDriver.cpp - Remove unused GetSuffix function 2004-08-24 13:55:17 +00:00
CompilerDriver.h Remove unneeded flags. 2004-08-24 13:49:57 +00:00
ConfigLexer.h Add the VERSION token. 2004-08-22 18:02:41 +00:00
ConfigLexer.l Add support for version numbers. 2004-08-22 18:02:13 +00:00
Configuration.cpp Provide support for retaining the version number found in a config file. 2004-08-22 18:03:25 +00:00
Configuration.h
ll
llvmc.cpp Actually let it compile after file name changes. 2004-08-19 21:52:49 +00:00
Makefile
st Shorten lines so this file can be used as the documentation example 2004-08-22 18:01:19 +00:00