From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by mx.groups.io with SMTP id smtpd.web11.1060.1678925160311248759 for ; Wed, 15 Mar 2023 17:06:00 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@kernel.org header.s=k20201202 header.b=cd7icMTa; spf=pass (domain: kernel.org, ip: 145.40.68.75, mailfrom: ardb@kernel.org) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 6EDEAB81FA4 for ; Thu, 16 Mar 2023 00:05:58 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 37E51C4339C for ; Thu, 16 Mar 2023 00:05:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1678925157; bh=l4YTdDObqLp7Nkt9CrpW4I47Ky/QFz4RuZluw35D6pQ=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=cd7icMTaoL1qCVeSColRaSP6zFL5O5MMy5ruaYNwJQj5QDrBBmHQLmiyKtvL1SINc TH7gl1RwY/DS3zi6Kh3X2oD5vBgLoZIv75WNGQXT45xvJIvVrwejBDYr5F3ym7PLZO i5w7ooijCqgkMxrpKsnxhp1ErXq5s99KDCxu7HkTM7h+xgXhaEJIpTeEXjHzRLtUTt 9CMmGXuCpJ0e0gyslaJdr7Ge9D6Yl0ZocCbyiIyGiMlYwJaZQkyiUdwGnVJnlR8wa6 JQJLJJAMcceFZOLJllFs5MkZjYp2oyIndv9BorZi+GSNUEMwr73/YXElpB6/bvsI9/ nzsAnmnQL4UAg== Received: by mail-lf1-f48.google.com with SMTP id bp27so226430lfb.6 for ; Wed, 15 Mar 2023 17:05:57 -0700 (PDT) X-Gm-Message-State: AO0yUKWPMyUejad6MbmXJqm3tq+Rt7Dj0RFmMQyYe/vkOMyWYs7A5n4f N+y+wmtzcQQs7noa6xfNOJ53OsRYCck8o6v5nV0= X-Google-Smtp-Source: AK7set9UvKO8LdFhtGwny5v/SiP3uuoFW28IseV8rUD7lczo8fss85Zcs+sCuTmTv0uqdirr0vBF4QYdjAH0TP0hSb8= X-Received: by 2002:a05:6512:304c:b0:4dc:7e56:9839 with SMTP id b12-20020a056512304c00b004dc7e569839mr3859502lfb.5.1678925155226; Wed, 15 Mar 2023 17:05:55 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: "Ard Biesheuvel" Date: Thu, 16 Mar 2023 01:05:44 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [edk2-devel] [PATCH 1/3] BaseTools/Conf/tools_def: Fix linking using CLANGDWARF_IA32_X64 To: =?UTF-8?Q?Marvin_H=C3=A4user?= Cc: devel@edk2.groups.io, Patrick Rudolph Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Wed, 15 Mar 2023 at 23:57, Marvin H=C3=A4user wrote= : > > > > On 15. Mar 2023, at 23:51, Ard Biesheuvel wrote: > > > > =EF=BB=BFOn Wed, 15 Mar 2023 at 23:16, Marvin H=C3=A4user wrote: > >> > >> Hi, > >> > >> Why does the title mention X64? From what I can see, PIE is unaffected= for X64 (and we really want it to be). > >> > > > > Why? > > Why what? By =E2=80=9CPIE is unaffected for X64=E2=80=9D I meant by the p= atch (which only changes IA32 macros, no?). I can also see how the last par= t is a bit ambiguous, but I meant it literally - we really want X64 to be [= unaffected] (which it is, by the patch, but the title implies otherwise, do= esn=E2=80=99t it?). > OK, i got confused. Thanks for clearing that up for me :-)