[edk2] [PATCH v3 0/3] BaseTools/tools_def: GCC5/CLANG38 toolchain updates

Ard Biesheuvel posted 3 patches 6 years, 4 months ago
BaseTools/Conf/tools_def.template | 106 ++++++++++++++++++--
1 file changed, 99 insertions(+), 7 deletions(-)
[edk2] [PATCH v3 0/3] BaseTools/tools_def: GCC5/CLANG38 toolchain updates
Posted by Ard Biesheuvel 6 years, 4 months ago
Some toolchain updates for CLANG38 and GCC5:
- introduce CLANG38+LTO for ARM and AARCH64
- disable a warning on CLANG38
- enable optimization for GCC5 DEBUG builds

Ard Biesheuvel (3):
  BaseTools/tools_def: add CLANG38 LTO versions for AARCH64 and ARM
  BaseTools/tools_def CLANG38: add -Wno-unused-const-variable
  BaseTool/tools_def GCC5: enable optimization for ARM/AARCH64 DEBUG
    builds

 BaseTools/Conf/tools_def.template | 106 ++++++++++++++++++--
 1 file changed, 99 insertions(+), 7 deletions(-)

-- 
2.11.0

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Re: [edk2] [PATCH v3 0/3] BaseTools/tools_def: GCC5/CLANG38 toolchain updates
Posted by Leif Lindholm 6 years, 4 months ago
For the series:
Tested-by: Leif Lindholm <leif.lindholm@linaro.org>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>

On Thu, Dec 07, 2017 at 08:52:47PM +0000, Ard Biesheuvel wrote:
> Some toolchain updates for CLANG38 and GCC5:
> - introduce CLANG38+LTO for ARM and AARCH64
> - disable a warning on CLANG38
> - enable optimization for GCC5 DEBUG builds
> 
> Ard Biesheuvel (3):
>   BaseTools/tools_def: add CLANG38 LTO versions for AARCH64 and ARM
>   BaseTools/tools_def CLANG38: add -Wno-unused-const-variable
>   BaseTool/tools_def GCC5: enable optimization for ARM/AARCH64 DEBUG
>     builds
> 
>  BaseTools/Conf/tools_def.template | 106 ++++++++++++++++++--
>  1 file changed, 99 insertions(+), 7 deletions(-)
> 
> -- 
> 2.11.0
> 
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Re: [edk2] [PATCH v3 0/3] BaseTools/tools_def: GCC5/CLANG38 toolchain updates
Posted by Gao, Liming 6 years, 4 months ago
Reviewed-by: Liming Gao <liming.gao@intel.com>

> -----Original Message-----
> From: Leif Lindholm [mailto:leif.lindholm@linaro.org]
> Sent: Friday, December 8, 2017 10:26 PM
> To: Ard Biesheuvel <ard.biesheuvel@linaro.org>
> Cc: edk2-devel@lists.01.org; Gao, Liming <liming.gao@intel.com>; Zhu, Yonghong <yonghong.zhu@intel.com>; Shi, Steven
> <steven.shi@intel.com>; evan.lloyd@arm.com; lersek@redhat.com
> Subject: Re: [PATCH v3 0/3] BaseTools/tools_def: GCC5/CLANG38 toolchain updates
> 
> For the series:
> Tested-by: Leif Lindholm <leif.lindholm@linaro.org>
> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
> 
> On Thu, Dec 07, 2017 at 08:52:47PM +0000, Ard Biesheuvel wrote:
> > Some toolchain updates for CLANG38 and GCC5:
> > - introduce CLANG38+LTO for ARM and AARCH64
> > - disable a warning on CLANG38
> > - enable optimization for GCC5 DEBUG builds
> >
> > Ard Biesheuvel (3):
> >   BaseTools/tools_def: add CLANG38 LTO versions for AARCH64 and ARM
> >   BaseTools/tools_def CLANG38: add -Wno-unused-const-variable
> >   BaseTool/tools_def GCC5: enable optimization for ARM/AARCH64 DEBUG
> >     builds
> >
> >  BaseTools/Conf/tools_def.template | 106 ++++++++++++++++++--
> >  1 file changed, 99 insertions(+), 7 deletions(-)
> >
> > --
> > 2.11.0
> >
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Re: [edk2] [PATCH v3 0/3] BaseTools/tools_def: GCC5/CLANG38 toolchain updates
Posted by Ard Biesheuvel 6 years, 4 months ago
On 8 December 2017 at 14:52, Gao, Liming <liming.gao@intel.com> wrote:
> Reviewed-by: Liming Gao <liming.gao@intel.com>
>

Thanks all. Pushed as 978779d7b50c..06c8a34cc4bc


>> -----Original Message-----
>> From: Leif Lindholm [mailto:leif.lindholm@linaro.org]
>> Sent: Friday, December 8, 2017 10:26 PM
>> To: Ard Biesheuvel <ard.biesheuvel@linaro.org>
>> Cc: edk2-devel@lists.01.org; Gao, Liming <liming.gao@intel.com>; Zhu, Yonghong <yonghong.zhu@intel.com>; Shi, Steven
>> <steven.shi@intel.com>; evan.lloyd@arm.com; lersek@redhat.com
>> Subject: Re: [PATCH v3 0/3] BaseTools/tools_def: GCC5/CLANG38 toolchain updates
>>
>> For the series:
>> Tested-by: Leif Lindholm <leif.lindholm@linaro.org>
>> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
>>
>> On Thu, Dec 07, 2017 at 08:52:47PM +0000, Ard Biesheuvel wrote:
>> > Some toolchain updates for CLANG38 and GCC5:
>> > - introduce CLANG38+LTO for ARM and AARCH64
>> > - disable a warning on CLANG38
>> > - enable optimization for GCC5 DEBUG builds
>> >
>> > Ard Biesheuvel (3):
>> >   BaseTools/tools_def: add CLANG38 LTO versions for AARCH64 and ARM
>> >   BaseTools/tools_def CLANG38: add -Wno-unused-const-variable
>> >   BaseTool/tools_def GCC5: enable optimization for ARM/AARCH64 DEBUG
>> >     builds
>> >
>> >  BaseTools/Conf/tools_def.template | 106 ++++++++++++++++++--
>> >  1 file changed, 99 insertions(+), 7 deletions(-)
>> >
>> > --
>> > 2.11.0
>> >
> _______________________________________________
> edk2-devel mailing list
> edk2-devel@lists.01.org
> https://lists.01.org/mailman/listinfo/edk2-devel
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel