projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95c1ba6
)
Expand the note about llvm-ar now that inline asm works.
author
Rafael Espindola
<rafael.espindola@gmail.com>
Thu, 3 Jul 2014 21:34:25 +0000
(21:34 +0000)
committer
Rafael Espindola
<rafael.espindola@gmail.com>
Thu, 3 Jul 2014 21:34:25 +0000
(21:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212292
91177308
-0d34-0410-b5e6-
96231b3b80d8
docs/ReleaseNotes.rst
patch
|
blob
|
history
diff --git
a/docs/ReleaseNotes.rst
b/docs/ReleaseNotes.rst
index 2b2240c4a7395fed153b8a3050838037277e32ce..349074a08daaa89a3fbdf99f4e0824f2d30836f3 100644
(file)
--- a/
docs/ReleaseNotes.rst
+++ b/
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.