diff options
author | Mikhail Glushenkov <foldr@codedgers.com> | 2011-04-22 22:05:29 +0000 |
---|---|---|
committer | Mikhail Glushenkov <foldr@codedgers.com> | 2011-04-22 22:05:29 +0000 |
commit | 3335a99fe8d18f6c47d910253dff099be05ac985 (patch) | |
tree | 094ac0497b8916a7982a7daf0cb53061091babdc /tools/llvmc/examples | |
parent | b686af053e6544191420978f6a3adc7e74ab0192 (diff) | |
download | external_llvm-3335a99fe8d18f6c47d910253dff099be05ac985.zip external_llvm-3335a99fe8d18f6c47d910253dff099be05ac985.tar.gz external_llvm-3335a99fe8d18f6c47d910253dff099be05ac985.tar.bz2 |
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/llvmc/examples')
-rw-r--r-- | tools/llvmc/examples/Skeleton/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvmc/examples/Skeleton/README b/tools/llvmc/examples/Skeleton/README index 61ff6fb..282ee15 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. |