<div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I added a comment on D92433. In lld/ELF, we generally don't recommend<br>
configure-time default values. We expect the compiler driver to handle platform differences<br>
We expect the driver to handle platform differences (e.g. default -pie) and pass<br>
the proper options to LLD. We can default to true and let the clang driver pass<br>
--no-lto-new-pass-manager to LLD if needed.<br></blockquote><div>That sounds fine to me as long as people don't use lld/ELF directly. Although it can't hurt to also change the default value,can it? :)</div><div><br></div><div>For COFF/wasm does changing the default in the lld driver make sense?</div></div></div>