Split out the Dwarf writer stuff into separate files. This is a much more
[llvm/msp430.git] / tools / llvmc / example / Skeleton / README
blob92216ae504510f46a39324477f8fb15c7fd4538f
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/plugins/Plugin`.
6 The build system assumes that your project is based on LLVM.