From a9639620e04f1861456a622c406e4dd5624e8acf Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Thu, 19 Apr 2012 17:21:46 +0000 Subject: [PATCH] Fix a broken link. Patch by Nikola Smiljanic. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155139 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/UsersManual.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/UsersManual.html b/docs/UsersManual.html index b33ed61217..e9af769206 100644 --- a/docs/UsersManual.html +++ b/docs/UsersManual.html @@ -1135,7 +1135,7 @@ Clang assumes directories as below;

  • some_directory/bin/../include
  • -

    This directory layout is standard for any toolchain you will find on the official MinGW-w64 website. +

    This directory layout is standard for any toolchain you will find on the official MinGW-w64 website.

    Clang expects the GCC executable "gcc.exe" compiled for i686-w64-mingw32 (or x86_64-w64-mingw32) to be present on PATH.

    -- 2.50.1