282ee15d35db00f0b0aff3f0d8a7006746291f43
[oota-llvm.git] / tools / llvmc / examples / Skeleton / 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.