[llvm] r212292 - Expand the note about llvm-ar now that inline asm works.

Rafael Espindola rafael.espindola at gmail.com
Thu Jul 3 14:34:25 PDT 2014


Author: rafael
Date: Thu Jul  3 16:34:25 2014
New Revision: 212292

URL: http://llvm.org/viewvc/llvm-project?rev=212292&view=rev
Log:
Expand the note about llvm-ar now that inline asm works.

Modified:
    llvm/trunk/docs/ReleaseNotes.rst

Modified: llvm/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.rst?rev=212292&r1=212291&r2=212292&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.rst (original)
+++ llvm/trunk/docs/ReleaseNotes.rst Thu Jul  3 16:34:25 2014
@@ -50,7 +50,8 @@ Non-comprehensive list of changes in thi
   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.





More information about the llvm-commits mailing list