aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2019-10-18 06:11:16 +0000
committerRui Ueyama <ruiu@google.com>2019-10-18 06:11:16 +0000
commit46510801b1abf1f3e3451e79534cc6b62514f215 (patch)
tree89ee69aac862702541268edafa272a7352ea02c6
parentfeb6bd86eaeaa956aefb3c8be45da7aae3abb422 (diff)
Update release notes
git-svn-id: https://llvm.org/svn/llvm-project/lld/trunk@375206 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 8cc70656a..bc1641764 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -24,7 +24,11 @@ Non-comprehensive list of changes in this release
ELF Improvements
----------------
-* ...
+* Glob pattern, which you can use in linker scripts or version scripts,
+ now supports `\` and `[!...]`. Except character classes
+ (e.g. `[[:digit:]]`), lld's glob pattern should be fully compatible
+ with GNU now. (`r375051
+ <https://github.com/llvm/llvm-project/commit/48993d5ab9413f0e5b94dfa292a233ce55b09e3e>`_)
COFF Improvements
-----------------