aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvmc/example/Skeleton/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* llvmc: Update examples.Mikhail Glushenkov2010-08-191-24/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111553 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove duplication.Mikhail Glushenkov2009-06-251-1/+1
| | | | | | Factor out common preprocessor-related bits to Makefile.rules. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74153 91177308-0d34-0410-b5e6-96231b3b80d8
* Add example/Skeleton.Mikhail Glushenkov2009-03-031-0/+24
This is a template that can be used to build your own LLVMC-based drivers. It can be also useful as a "bare-bones" LLVMC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65944 91177308-0d34-0410-b5e6-96231b3b80d8