summaryrefslogtreecommitdiff
path: root/lld/docs
diff options
context:
space:
mode:
authorSylvain Audi <sylvain.audi@ubisoft.com>2022-11-09 10:01:55 -0500
committerSylvain Audi <sylvain.audi@ubisoft.com>2022-11-14 11:31:01 -0500
commitdf2f9e57f8d1aa858b12aefb89909a7c88c6e0ea (patch)
tree8bddbddfd73d3c3204894f6d11e1a57a3713ec5c /lld/docs
parent7e786857526eb97317c92c3f5a529b443120eb93 (diff)
downloadllvm-df2f9e57f8d1aa858b12aefb89909a7c88c6e0ea.tar.gz
[PDB] Don't include input files in the 'cmd' entry of S_ENVBLOCK
MSVC records the command line arguments in S_ENVBLOCK, skipping the input file arguments. This patch adds this filtering on lld-link side. Differential Revision: https://reviews.llvm.org/D137723
Diffstat (limited to 'lld/docs')
-rw-r--r--lld/docs/ReleaseNotes.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/lld/docs/ReleaseNotes.rst b/lld/docs/ReleaseNotes.rst
index 141f34103da1..744baaf62efc 100644
--- a/lld/docs/ReleaseNotes.rst
+++ b/lld/docs/ReleaseNotes.rst
@@ -40,7 +40,9 @@ Breaking changes
COFF Improvements
-----------------
-* ...
+* The linker command line entry in ``S_ENVBLOCK`` of the PDB is now stripped
+ from input files, to align with MSVC behavior.
+ (`D137723 <https://reviews.llvm.org/D137723>`_)
MinGW Improvements
------------------