summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2014-07-03 21:34:25 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2014-07-03 21:34:25 +0000
commitd0afc22c8b10bfb9be911a87f2d5653e9a6c1507 (patch)
treebe5deadcc87c8be6fc9276e06f30d4adfeacb388
parenta99119a18b4e7896f682add21b73e172ab8e25ee (diff)
downloadbcm5719-llvm-d0afc22c8b10bfb9be911a87f2d5653e9a6c1507.tar.gz
bcm5719-llvm-d0afc22c8b10bfb9be911a87f2d5653e9a6c1507.zip
Expand the note about llvm-ar now that inline asm works.
llvm-svn: 212292
-rw-r--r--llvm/docs/ReleaseNotes.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index 2b2240c4a73..349074a08da 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.
OpenPOWER on IntegriCloud