From 36958599a8881f440529f42b2b5ad6e338c0eab7 Mon Sep 17 00:00:00 2001 From: Oscar Fuentes Date: Tue, 2 Nov 2010 21:34:19 +0000 Subject: [PATCH] Removed obsolete section about VC++ project files. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118072 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/GettingStarted.html | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 9c87ef251b6..26dbd4318c9 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -47,7 +47,6 @@
  • test-suite
  • llvm/tools
  • llvm/utils
  • -
  • llvm/win32
  • An Example Using the LLVM Tool Chain @@ -1518,15 +1517,6 @@ are code generators for parts of LLVM infrastructure.

    - - -
    -

    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. -

    -