From: Mikhail Glushenkov Date: Fri, 22 Apr 2011 22:05:29 +0000 (+0000) Subject: The .inc file is auto-generated and must not be edited by hand. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=3335a99fe8d18f6c47d910253dff099be05ac985;p=oota-llvm.git 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 --- diff --git a/tools/llvmc/examples/Skeleton/README b/tools/llvmc/examples/Skeleton/README index 61ff6fbf235..282ee15d35d 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.