[lld] r375206 - Update release notes

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 17 23:11:16 PDT 2019


Author: ruiu
Date: Thu Oct 17 23:11:16 2019
New Revision: 375206

URL: http://llvm.org/viewvc/llvm-project?rev=375206&view=rev
Log:
Update release notes

Modified:
    lld/trunk/docs/ReleaseNotes.rst

Modified: lld/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/docs/ReleaseNotes.rst?rev=375206&r1=375205&r2=375206&view=diff
==============================================================================
--- lld/trunk/docs/ReleaseNotes.rst (original)
+++ lld/trunk/docs/ReleaseNotes.rst Thu Oct 17 23:11:16 2019
@@ -24,7 +24,11 @@ Non-comprehensive list of changes in thi
 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
 -----------------




More information about the llvm-commits mailing list