From c43f91fb49b1db8c2fb922f48ee5fb6bb86881e8 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 12 Jan 2004 05:15:04 +0000 Subject: [PATCH] Bug fixed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10770 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 b006fc5a76d..ec48afac372 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -163,6 +163,7 @@ cause use of invalid pointers!
  • Need weak linkage on memory management functions in libc runtime to allow them to be overriden
  • [llvm-gcc] asserts when an extern inline function is redefined
  • +
  • [llvmg++] Dynamically initialized constants cannot be marked 'constant'
  • -- 2.34.1