From d0afc22c8b10bfb9be911a87f2d5653e9a6c1507 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Thu, 3 Jul 2014 21:34:25 +0000 Subject: [PATCH] Expand the note about llvm-ar now that inline asm works. llvm-svn: 212292 --- llvm/docs/ReleaseNotes.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst index 2b2240c..349074a 100644 --- a/llvm/docs/ReleaseNotes.rst +++ b/llvm/docs/ReleaseNotes.rst @@ -50,7 +50,8 @@ Non-comprehensive list of changes in this release the ``-no-integrated-as`` option, * llvm-ar now handles IR files like regular object files. In particular, a - regular symbol table is created for symbols defined in IR files. + regular symbol table is created for symbols defined in IR files, including + those in file scope inline assembly. * LLVM now always uses cfi directives for producing most stack unwinding information. -- 2.7.4