From 0b5b5e952c15c79c356a8a630e1c373693d1d993 Mon Sep 17 00:00:00 2001 From: John Criswell Date: Wed, 8 Dec 2004 20:35:47 +0000 Subject: [PATCH] The noreturn GCC extension is now supported. Fixed some minor typos. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18658 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index a637383db03..938a2645f4c 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -132,7 +132,7 @@ builds tools into llvm/Debug/bin by default instead of llvm/tools/Debug.

C/C++ and Stacker front ends support generating the required dependencies. The linker now supports using this information to ensure required libaries are linked into the module. This minimizes the need to use the -l option - when using llvmc + when using llvmc.
  • The LLVM makefiles have been improved to build LLVM much faster and includes new targets (like dist-check, uninstall). One important user-visible @@ -297,7 +297,7 @@ were fixed:
    -

    LLVM is known to work in the following platforms:

    +

    LLVM is known to work on the following platforms:

    • Intel and AMD machines running Red Hat Linux and FreeBSD (and probably @@ -472,10 +472,11 @@ work: return.
      Supported: format, format_arg, non_null, - constructor, destructor, unused, + noreturn, constructor, destructor, + unused, deprecated, warn_unused_result, weak
      - Ignored: noreturn, noinline, + Ignored: noinline, always_inline, pure, const, nothrow, malloc, no_instrument_function, cdecl
      -- 2.34.1