From e4fad6b70f1758b4b78f87d01ef460868dc00209 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Tue, 1 Mar 2005 17:19:21 +0000 Subject: [PATCH] Fix HTML-4.01 Strict compliance llvm-svn: 20386 --- llvm/docs/CFEBuildInstrs.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/docs/CFEBuildInstrs.html b/llvm/docs/CFEBuildInstrs.html index 7630e4eb73ad..f9f4bf29b5f9 100644 --- a/llvm/docs/CFEBuildInstrs.html +++ b/llvm/docs/CFEBuildInstrs.html @@ -76,11 +76,11 @@ shown to work correctly.

will cause the GNU ld linker to fail an assertion when linking components of the libstdc++. It is recommended that you replace the entire binutils package with version 2.15 such that "ld --version" responds -with
+with

GNU ld version 2.15
not with:
GNU ld version 2.15.91 20040725
-

+
Building under AIX