From 950265877f0967014631acc6fc747a69a2838050 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 17 Feb 2004 22:00:39 +0000 Subject: [PATCH] Bug fixed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11567 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 12651e46540..2117730b95e 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -178,6 +178,7 @@ cause use of invalid pointers!
  • [sparc] Boolean constants are emitted as true and false
  • Tablegen aborts on errors
  • [inliner] Error inlining intrinsic calls into invoke instructions
  • +
  • Linking weak and strong global variables is dependent on link order
  • -- 2.34.1