diff options
-rw-r--r-- | llvm/docs/ReleaseNotes.rst | 3 |
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. |