diff options
author | whitequark <whitequark@whitequark.org> | 2016-11-12 03:38:30 +0000 |
---|---|---|
committer | whitequark <whitequark@whitequark.org> | 2016-11-12 03:38:30 +0000 |
commit | 4dcf92a27ec70670f23ced082e3bbcf28f1dbc71 (patch) | |
tree | e296dad3078242c67320f0bf557e677cce34a185 /llvm/docs/ReleaseNotes.rst | |
parent | ce9bb1097dc2ce3babed2c4ff1795ffe269104b0 (diff) | |
download | bcm5719-llvm-4dcf92a27ec70670f23ced082e3bbcf28f1dbc71.tar.gz bcm5719-llvm-4dcf92a27ec70670f23ced082e3bbcf28f1dbc71.zip |
[OCaml] Adapt to the new attribute C API.
llvm-svn: 286705
Diffstat (limited to 'llvm/docs/ReleaseNotes.rst')
-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 6b75a79aa5c..95c2302855f 100644 --- a/llvm/docs/ReleaseNotes.rst +++ b/llvm/docs/ReleaseNotes.rst @@ -98,7 +98,8 @@ Changes to the AMDGPU Target Changes to the OCaml bindings ----------------------------- - During this release ... +* The attribute API was completely overhauled, following the changes + to the C API. External Open Source Projects Using LLVM 4.0.0 |