From 14d6b75c10f759589edd039b74845b4e3e7c621f Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 3 Dec 2004 17:21:33 +0000 Subject: [PATCH] Bug fixed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18460 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 7572b8fd644..1c3d8be1e2c 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -254,6 +254,8 @@ were fixed: tables defined
  • [X86] llc output for functions w/certain names tickles GNU 'as' bugs
  • +
  • [cbackend] Static globals are + prototyped as 'extern'
  • Bugs in the C/C++ front-end:

    -- 2.34.1