Expand the note about llvm-ar now that inline asm works.
authorRafael Espindola <rafael.espindola@gmail.com>
Thu, 3 Jul 2014 21:34:25 +0000 (21:34 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Thu, 3 Jul 2014 21:34:25 +0000 (21:34 +0000)
llvm-svn: 212292

llvm/docs/ReleaseNotes.rst

index 2b2240c..349074a 100644 (file)
@@ -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.