From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id C1EAB21D49C6A for ; Wed, 2 Aug 2017 06:45:06 -0700 (PDT) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Aug 2017 06:47:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,311,1498546800"; d="scan'208";a="118690367" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga002.jf.intel.com with ESMTP; 02 Aug 2017 06:47:16 -0700 Received: from fmsmsx158.amr.corp.intel.com (10.18.116.75) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 2 Aug 2017 06:47:16 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx158.amr.corp.intel.com (10.18.116.75) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 2 Aug 2017 06:47:16 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.116]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.122]) with mapi id 14.03.0319.002; Wed, 2 Aug 2017 21:47:14 +0800 From: "Zhu, Yonghong" To: "edk2-devel@lists.01.org" , "afish@apple.com" Thread-Topic: [edk2] [Patch 0/4] Fix Xcode 9 Beta treating 32-bit left shift as undefined behavior Thread-Index: AQHTC3G0o0B2X0Fw50ilnxQNJG3wr6JxE74w Date: Wed, 2 Aug 2017 13:47:13 +0000 Message-ID: References: <1501666085-21208-1-git-send-email-yonghong.zhu@intel.com> In-Reply-To: <1501666085-21208-1-git-send-email-yonghong.zhu@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [Patch 0/4] Fix Xcode 9 Beta treating 32-bit left shift as undefined behavior X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Aug 2017 13:45:06 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable After apply those patches, build MdeModulePkg by VS2015 toolchain failed. BaseUefiDecompressLib.lib(BaseUefiDecompressLib.obj) : error LNK2001: unres= olved external symbol __allshl d:\git\edk2_bak\Build\MdeModule\DEBUG_VS2015x86\IA32\MdeModulePkg\Core\Dxe\= DxeMa in\DEBUG\DxeCore.dll : fatal error LNK1120: 1 unresolved externals NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio= 14.0 \Vc\bin\link.exe"' : return code '0x460' Stop. Best Regards, Zhu Yonghong -----Original Message----- From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Yong= hong Zhu Sent: Wednesday, August 02, 2017 5:28 PM To: edk2-devel@lists.01.org Subject: [edk2] [Patch 0/4] Fix Xcode 9 Beta treating 32-bit left shift as = undefined behavior Bug: https://bugzilla.tianocore.org/show_bug.cgi?id=3D635 Yonghong Zhu (4): BaseTools: Fix Xcode 9 Beta treating 32-bit left shift as undefined DuetPkg: Fix Xcode 9 Beta treating 32-bit left shift as undefined IntelFrameworkModulePkg: Fix Xcode 9 Beta treating 32-bit left shift as undefined MdePkg: Fix Xcode 9 Beta treating 32-bit left shift as undefined BaseTools/Source/C/Common/Decompress.c | 4 = ++-- BaseTools/Source/C/TianoCompress/TianoCompress.c | 4 = ++-- DuetPkg/EfiLdr/TianoDecompress.c | 4 = ++-- .../BaseUefiTianoCustomDecompressLib.c | 4 = ++-- MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.c | 4 = ++-- 5 files changed, 10 insertions(+), 10 deletions(-) --=20 2.6.1.windows.1 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel