Fix think-o: emit all 8 bytes of the EOF marker. Also reflow a line in a
[llvm/stm8.git] / tools / llvmc / examples / Skeleton / README
blob61ff6fbf235d784b725aca9155e4e7163ae0515a
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.inc`.
6 The build system assumes that your project is based on LLVM.