Re: [PATCH] perf tests: Fix lib path detection for non-x86 architectures

From: Suchit K
Date: Wed Jul 23 2025 - 00:30:39 EST


>
> I'd be intrusive if we create a new symlink. Probably we need to check
> if there's lib64 directory first and use it for 64 bit build. But I
> feel like this needs more testing.
>
> Can you share what's the problem exactly?
>
> Thanks,
> Namhyung
>

Yeah I agree it needs more testing. And yes we can check if the lib64
folder exists and then create a symlink. If there's no lib64 folder,
we can create a symlink named lib64 to the lib folder. I assume this
will cover most of the architectures since the lib folder existed in
almost all the architectures that I tested.