diff options
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/ReleaseNotes.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst index 169a713b4f5..7b7972f3187 100644 --- a/llvm/docs/ReleaseNotes.rst +++ b/llvm/docs/ReleaseNotes.rst @@ -53,6 +53,13 @@ Non-comprehensive list of changes in this release Changes to the LLVM IR ---------------------- +* Unnamed function arguments now get printed with their automatically + generated name (e.g. "i32 %0") in definitions. This may require front-ends + to update their tests; if so there is a script utils/add_argument_names.py + that correctly converted 80-90% of Clang tests. Some manual work will almost + certainly still be needed. + + Changes to building LLVM ------------------------ |

