[llvm-branch-commits] [lld] release/20.x: Backport [LLD][COFF] Disallow importing DllMain from import libraries (#146610) (PR #146699)
Alexandre Ganea via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sat Jul 5 06:25:21 PDT 2025
================
@@ -313,6 +313,7 @@ struct Configuration {
bool warnDebugInfoUnusable = true;
bool warnLongSectionNames = true;
bool warnStdcallFixup = true;
+ bool warnExportedDllMain = true;
----------------
aganea wrote:
Removed the field in this backport.
https://github.com/llvm/llvm-project/pull/146699
More information about the llvm-branch-commits
mailing list