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 | 91956aba03217e41b7664cdfc575907593067f39 (patch) | |
tree | 62312cbd25ca72af569da3df3a4fc23840e50718 /llvm/tools/llvmc | |
parent | c057794adb7ffd2bf493de58828eb04aed1f6d41 (diff) | |
download | bcm5719-llvm-91956aba03217e41b7664cdfc575907593067f39.tar.gz bcm5719-llvm-91956aba03217e41b7664cdfc575907593067f39.zip |
The .inc file is auto-generated and must not be edited by hand.
llvm-svn: 130021
Diffstat (limited to 'llvm/tools/llvmc')
-rw-r--r-- | llvm/tools/llvmc/examples/Skeleton/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvmc/examples/Skeleton/README b/llvm/tools/llvmc/examples/Skeleton/README index 61ff6fbf235..282ee15d35d 100644 --- a/llvm/tools/llvmc/examples/Skeleton/README +++ b/llvm/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. |