summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvmc/driver/Main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move code from Main.cpp to the include dir.Mikhail Glushenkov2009-03-021-114/+2
| | | | | | | | User drivers based on llvmc must all share the initialization code. Putting main() into libCompilerDriver is not a very good idea IMO (and ld gave me some strange EH-related error anyway). llvm-svn: 65825
* Reorganize llvmc code.Mikhail Glushenkov2009-03-021-0/+126
Move the code from 'llvmc/driver' into a new CompilerDriver library, and change the build system accordingly. Makes it easier for projects using LLVM to build their own llvmc-based drivers. Tested with objdir != srcdir. llvm-svn: 65821
OpenPOWER on IntegriCloud