[PATCH] D108628: [lld/COFF] Improve handling of the /manifestdependency: flag
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 24 07:24:55 PDT 2021
thakis added inline comments.
================
Comment at: lld/test/COFF/manifest.test:82
+
+# Several /manifestdependency: flags are naively dedup'd.
+# RUN: lld-link /out:%t.exe /entry:main \
----------------
(This matches link.exe: Even just an additional space right after the `:` causes the flags to not be uniq'd.)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108628/new/
https://reviews.llvm.org/D108628
More information about the llvm-commits
mailing list