The .inc file is auto-generated and must not be edited by hand.
authorMikhail Glushenkov <foldr@codedgers.com>
Fri, 22 Apr 2011 22:05:29 +0000 (22:05 +0000)
committerMikhail Glushenkov <foldr@codedgers.com>
Fri, 22 Apr 2011 22:05:29 +0000 (22:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130021 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvmc/examples/Skeleton/README

index 61ff6fbf235d784b725aca9155e4e7163ae0515a..282ee15d35db00f0b0aff3f0d8a7006746291f43 100644 (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.