We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41fcd7e commit d66af6eCopy full SHA for d66af6e
lld/wasm/LTO.cpp
@@ -59,6 +59,7 @@ static lto::Config createConfig() {
59
c.DisableVerify = ctx.arg.disableVerify;
60
c.DiagHandler = diagnosticHandler;
61
c.OptLevel = ctx.arg.ltoo;
62
+ c.CPU = getCPUStr();
63
c.MAttrs = getMAttrs();
64
c.CGOptLevel = ctx.arg.ltoCgo;
65
c.DebugPassManager = ctx.arg.ltoDebugPassManager;
0 commit comments