| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move code from Main.cpp to the include dir. | Mikhail Glushenkov | 2009-03-02 | 1 | -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 Glushenkov | 2009-03-02 | 1 | -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 | |||||

