On Thu, Feb 17, 2022 at 2:06 PM Alex Deucher wrote:
>
> On Thu, Feb 17, 2022 at 2:04 PM Nick Desaulniers
> wrote:
> >
> >
> > Alex,
> > Has AMD been able to set up clang builds, yet?
>
> No. I think some individual teams do, but it's never been integrated
> into our larger CI systems as of yet a
On Thu, Feb 17, 2022 at 2:04 PM Nick Desaulniers
wrote:
>
> On Thu, Feb 17, 2022 at 8:16 AM Alex Deucher wrote:
> >
> > Applied. Thanks!
> >
> > Alex
>
> Alex,
> Has AMD been able to set up clang builds, yet?
No. I think some individual teams do, but it's never been integrated
into our larger
Applied. Thanks!
Alex
On Thu, Feb 17, 2022 at 10:57 AM Luben Tuikov wrote:
>
> Thanks for catching this.
>
> Reviewed-by: Luben Tuikov
>
> Regards,
> Luben
>
> On 2022-02-17 10:38, t...@redhat.com wrote:
> > From: Tom Rix
> >
> > Clang build fails with
> > amdgpu_ras.c:2416:7: error: variable
Thanks for catching this.
Reviewed-by: Luben Tuikov
Regards,
Luben
On 2022-02-17 10:38, t...@redhat.com wrote:
> From: Tom Rix
>
> Clang build fails with
> amdgpu_ras.c:2416:7: error: variable 'ras_obj' is used uninitialized
> whenever 'if' condition is true
> if (adev->in_suspend || amdg
From: Tom Rix
Clang build fails with
amdgpu_ras.c:2416:7: error: variable 'ras_obj' is used uninitialized
whenever 'if' condition is true
if (adev->in_suspend || amdgpu_in_reset(adev)) {
^
amdgpu_ras.c:2453:6: note: uninitialized use occurs here
if