summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvmc/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Remove llvmc and assorted build machinery for it.Eric Christopher2011-09-191-8/+0
| | | | | | | | The problems that llvmc solved have largely been subsumed with the tasks that the clang driver can accomplish, but llvmc lacks flexibility and depends too heavily on the EOL'd llvm-gcc. llvm-svn: 140093
* Builds llvmc and its examples with CMake.Oscar Fuentes2011-07-251-1/+5
| | | | | | Patch by arrowdodger! llvm-svn: 135919
* llvmc: remove dynamic plugins.Mikhail Glushenkov2010-08-151-1/+1
| | | | llvm-svn: 111094
* Reorganize llvmc code.Mikhail Glushenkov2009-03-021-1/+1
| | | | | | | | | | 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
* Since the old llvmc was removed, rename llvmc2 to llvmc.Mikhail Glushenkov2008-11-251-0/+4
llvm-svn: 60048
OpenPOWER on IntegriCloud