================
@@ -156,7 +161,7 @@ static lto::Config createConfig(Ctx &ctx) {
if (ctx.arg.ltoEmitAsm) {
c.CGFileType = CodeGenFileType::AssemblyFile;
- c.Options.MCOptions.AsmVerbose = true;
+ // c.Options.MCOptions.AsmVerbose = true;
----------------
MaskRay wrote:Why is this commented out https://github.com/llvm/llvm-project/pull/179509 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
