From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from alexa-out-sd-02.qualcomm.com (alexa-out-sd-02.qualcomm.com [199.106.114.39]) by mx.groups.io with SMTP id smtpd.web12.2478.1643847398421974961 for ; Wed, 02 Feb 2022 16:16:38 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@quicinc.com header.s=qcdkim header.b=NhDOGgSX; spf=pass (domain: quicinc.com, ip: 199.106.114.39, mailfrom: quic_rcran@quicinc.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; i=@quicinc.com; q=dns/txt; s=qcdkim; t=1643847398; x=1675383398; h=message-id:date:mime-version:subject:to:references:from: in-reply-to:content-transfer-encoding; bh=7a9jbE6/cfveBca6pK2nxDIsKuNFmi1zxW2ZCqQgdfw=; b=NhDOGgSXGyPS2v2Yeb4fkbH2jUzDbehQbUaubAHMW8L9zUB3LwKZA1fW pmOvK+HHs47mDc6446+fxjPn3rZFAHaM5YKA7nasLTepj73Hj5tLK9qsS IMdZ/dx+VYqKBcapz3ILv79VkgCSMPL9oeid0VBNGJtFF8vgnWm9ngKjO 4=; Received: from unknown (HELO ironmsg-SD-alpha.qualcomm.com) ([10.53.140.30]) by alexa-out-sd-02.qualcomm.com with ESMTP; 02 Feb 2022 16:16:38 -0800 X-QCInternal: smtphost Received: from nasanex01c.na.qualcomm.com ([10.47.97.222]) by ironmsg-SD-alpha.qualcomm.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Feb 2022 16:16:37 -0800 Received: from [10.110.3.55] (10.80.80.8) by nasanex01c.na.qualcomm.com (10.47.97.222) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.922.19; Wed, 2 Feb 2022 16:16:36 -0800 Message-ID: <8bd5a6c5-4ae6-9744-f038-ce8a013c57d7@quicinc.com> Date: Wed, 2 Feb 2022 17:16:35 -0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0 Subject: Re: [edk2-devel] OvmfPkg VmgExitLib fails to build with CLANG38 (clang 13.0.0) To: , , Brijesh Singh , Erdem Aktas , James Bottomley , Jiewen Yao , Min Xu References: <3f4127be-35b1-ec66-25f9-12bdbd5fd0d7@amd.com> From: "Rebecca Cran" In-Reply-To: <3f4127be-35b1-ec66-25f9-12bdbd5fd0d7@amd.com> Return-Path: quic_rcran@quicinc.com X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01b.na.qualcomm.com (10.46.141.250) To nasanex01c.na.qualcomm.com (10.47.97.222) Content-Language: en-US Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit On 2/2/22 14:16, Lendacky, Thomas via groups.io wrote: > This looks like the same error that XCODE5 was complaining about. The > patch was submitted by Brijesh, but some CI failure occurred. I'm not > sure how that is possible from a one line patch like that, maybe it > has something to do with the file in general, excluding the patch? No, the patch is wrong: Uncrustify wants the equals signs to line up. XssMsr.Uint64 = 0; + Compacted = FALSE; Should be: XssMsr.Uint64 = 0; + Compacted = FALSE; -- Rebecca Cran