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

2017-12-08 Thread Ard Biesheuvel
On 8 December 2017 at 14:52, Gao, Liming wrote: > Reviewed-by: Liming Gao > Thanks all. Pushed as 978779d7b50c..06c8a34cc4bc >> -Original Message- >> From: Leif Lindholm [mailto:leif.lindh...@linaro.org] >> Sent: Friday, December 8, 2017 10:26 PM >> To: Ard Biesheuvel >> Cc: edk2-deve

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

2017-12-08 Thread Gao, Liming
Reviewed-by: Liming Gao > -Original Message- > From: Leif Lindholm [mailto:leif.lindh...@linaro.org] > Sent: Friday, December 8, 2017 10:26 PM > To: Ard Biesheuvel > Cc: edk2-devel@lists.01.org; Gao, Liming ; Zhu, > Yonghong ; Shi, Steven > ; evan.ll...@arm.com; ler...@redhat.com > Subj

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

2017-12-08 Thread Leif Lindholm
For the series: Tested-by: Leif Lindholm Reviewed-by: Leif Lindholm On Thu, Dec 07, 2017 at 08:52:47PM +, 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

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

2017-12-07 Thread Ard Biesheuvel
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