Home | History | Annotate | only in /external/llvm/tools/llvmc/examples/Skeleton
Up to higher level directory
NameDateSize
AutoGenerated.td15-Nov-2011276
Hooks.cpp15-Nov-2011465
Main.cpp15-Nov-2011561
Makefile15-Nov-2011722
README15-Nov-2011271

README

      1 
      2 This is a template that can be used to create your own LLVMC-based drivers. Just
      3 copy the `Skeleton` directory to the location of your preference and edit
      4 `Skeleton/Makefile` and `Skeleton/AutoGenerated.td`.
      5 
      6 The build system assumes that your project is based on LLVM.
      7