mbox series

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

Message ID 20171207205250.16312-1-ard.biesheuvel@linaro.org
Headers show
Series BaseTools/tools_def: GCC5/CLANG38 toolchain updates | expand

Message

Ard Biesheuvel Dec. 7, 2017, 8:52 p.m. UTC
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

Comments

Leif Lindholm Dec. 8, 2017, 2:26 p.m. UTC | #1
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
Gao, Liming Dec. 8, 2017, 2:52 p.m. UTC | #2
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
Ard Biesheuvel Dec. 8, 2017, 3:10 p.m. UTC | #3
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