diff --git a/docs/Projects.html b/docs/Projects.html index 89490a03a6f..5796a3181d7 100644 --- a/docs/Projects.html +++ b/docs/Projects.html @@ -87,6 +87,12 @@ provide enough information on how to write your own Makefiles.

choosing. You can place it anywhere you like. Rename the directory to match the name of your project. +
  • +If you downloaded LLVM using CVS, remove all the directories named CVS (and all +the files therein) from your project's new source tree. This will keep CVS +from thinking that your project is inside llvm/projects/sample. +
  • +
  • Add your source code and Makefiles to your source tree.
  • If you want your project to be configured with the configure script