From 814442a8cd3ba6d54a106206f85f3449a9710d27 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Mon, 5 May 2014 17:53:29 +0000 Subject: [PATCH] Be a bit more specific in the release notes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207981 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index 89980722e27..8dc16813580 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -52,7 +52,8 @@ Non-comprehensive list of changes in this release * llvm-ar now handles IR files like regular object files. In particular, a regular symbol table is created for symbols defined in IR files. -* llvm now requires assemblers that support cfi directives. +* LLVM now always uses cfi directives for producing most stack + unwinding information. .. NOTE For small 1-3 sentence descriptions, just add an entry at the end of -- 2.34.1