diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2016-01-16 17:17:12 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2016-01-16 17:17:12 +0000 |
| commit | dfab1a98e00a97e03f1d59a3cbdc33ced8622a9c (patch) | |
| tree | d98eb329c62cf06c560c5bd3ac3404fcbbc970e4 /docs | |
| parent | 050e163ae8b4bb6eb252b59e2f8f36e68ae9239d (diff) | |
Notes
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ReleaseNotes.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index b3f7c005ed19..dccb7f4d1cce 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -68,6 +68,17 @@ Non-comprehensive list of changes in this release Core.h so nothing should change for projects directly including the headers, but transitive dependencies may be affected. +* llvm-ar now suports thin archives. + +* llvm doesn't produce .data.rel.ro.local or .data.rel sections anymore. + +* aliases to available_externally globals are now rejected by the verifier. + +* the IR Linker has been split into IRMover that moves bits from one module to + another and Linker proper that decides what to link. + +* Support for dematerializing has been dropped. + .. NOTE For small 1-3 sentence descriptions, just add an entry at the end of this list. If your description won't fit comfortably in one bullet |
