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

llvm-svn: 212292
This commit is contained in:
Rafael Espindola 2014-07-03 21:34:25 +00:00
parent a99119a18b
commit d0afc22c8b
1 changed files with 2 additions and 1 deletions

View 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.