Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix build with objdir != srcdir. | Mikhail Glushenkov | 2009-03-02 | 1 | -49/+0 |
| | | | | llvm-svn: 65826 | ||||
* | Reorganize llvmc code. | Mikhail Glushenkov | 2009-03-02 | 1 | -0/+49 |
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 |