The .inc file is auto-generated and must not be edited by hand.

llvm-svn: 130021
This commit is contained in:
Mikhail Glushenkov 2011-04-22 22:05:29 +00:00
parent d9c0db9bd7
commit d744ade563

View File

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