From 04db80862c697dd6be547e1cedbc2657417e6cb0 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 2 Aug 2004 20:29:51 +0000 Subject: [PATCH] ... now real HTML 4.01 strict! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15417 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 68cc2cf78c0..4ddddbefcb0 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -632,7 +632,7 @@ Please report any bugs or problems.

href="http://llvm.cs.uiuc.edu/PR406">IA64 ABI compliant layout of v-tables. In particular, it just stores function pointers instead of function descriptors in the vtable. This bug prevents mixing C++ code compiled with -LLVM with C++ objects compiled by other C++ compilers.

+LLVM with C++ objects compiled by other C++ compilers. -- 2.34.1