summaryrefslogtreecommitdiffstats
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
commit9a5ad9bd5ad1fc2cc39039661491dbd8705a5626 (patch)
tree064062f3a027203dfd2dc27cfeee8fc421d7ea47
parent807cecad5d9866e199ba3e418af4a984520248da (diff)
downloadbcm5719-llvm-9a5ad9bd5ad1fc2cc39039661491dbd8705a5626.tar.gz
bcm5719-llvm-9a5ad9bd5ad1fc2cc39039661491dbd8705a5626.zip
Update release notes
llvm-svn: 375206
-rw-r--r--lld/docs/ReleaseNotes.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/lld/docs/ReleaseNotes.rst b/lld/docs/ReleaseNotes.rst
index 8cc70656a21..bc16417646c 100644
--- a/lld/docs/ReleaseNotes.rst
+++ b/lld/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
-----------------
OpenPOWER on IntegriCloud