From 62b0ecbdfe31cde400a4aee77f90b7373a957a01 Mon Sep 17 00:00:00 2001
From: Reid Spencer
Every directory checked out of CVS will contain a CVS directory; for the most part these can just be ignored.
+This directory contains some simple examples of how to use the LLVM IR and + JIT.
This directory contains public header files exported from the LLVM @@ -1054,7 +1060,6 @@ library. The three main subdirectories of this directory are:
-This directory contains most of the source files of the LLVM system. In LLVM, @@ -1114,6 +1119,16 @@ different tools.
This directory contains projects that are not strictly part of LLVM but are + shipped with LLVM. This is also the directory where you should create your own + LLVM-based projects. See llvm/projects/sample for an example of how + to set up your own project. See llvm/projects/Stacker for a fully + functional example of a compiler front end.
+This directory contains build scripts and project files for use with + Visual C++. This allows developers on Windows to build LLVM without the need + for cygwin. The contents of this directory should be considered experimental + at this time. +
+