summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2011-04-22 22:05:29 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2011-04-22 22:05:29 +0000
commit3335a99fe8d18f6c47d910253dff099be05ac985 (patch)
tree094ac0497b8916a7982a7daf0cb53061091babdc /tools
parentb686af053e6544191420978f6a3adc7e74ab0192 (diff)
downloadllvm-3335a99fe8d18f6c47d910253dff099be05ac985.tar.gz
llvm-3335a99fe8d18f6c47d910253dff099be05ac985.tar.bz2
llvm-3335a99fe8d18f6c47d910253dff099be05ac985.tar.xz
The .inc file is auto-generated and must not be edited by hand.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130021 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r--tools/llvmc/examples/Skeleton/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvmc/examples/Skeleton/README b/tools/llvmc/examples/Skeleton/README
index 61ff6fbf23..282ee15d35 100644
--- a/tools/llvmc/examples/Skeleton/README
+++ b/tools/llvmc/examples/Skeleton/README
@@ -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.