From 9a5ad9bd5ad1fc2cc39039661491dbd8705a5626 Mon Sep 17 00:00:00 2001 From: Rui Ueyama Date: Fri, 18 Oct 2019 06:11:16 +0000 Subject: [PATCH] Update release notes llvm-svn: 375206 --- lld/docs/ReleaseNotes.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lld/docs/ReleaseNotes.rst b/lld/docs/ReleaseNotes.rst index 8cc7065..bc16417 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 + `_) COFF Improvements ----------------- -- 2.7.4