- Remove unused GetSuffix function
authorReid Spencer <rspencer@reidspencer.com>
Tue, 24 Aug 2004 13:55:17 +0000 (13:55 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 24 Aug 2004 13:55:17 +0000 (13:55 +0000)
commita01439ada29ee0bac3664a7bb89fb8d4849903d4
tree9a9fb2358134ce5686a457d4bf37bc75814d4efa
parentfd2f728b48779974291660f6fc1418cd67e12285
- 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
tools/llvmc/CompilerDriver.cpp