[PATCH] D142506: [AMDGCN] Fix device lib test to work with lib64
Matt Arsenault via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 25 08:22:12 PST 2023
arsenm added a comment.
In D142506#4078532 <https://reviews.llvm.org/D142506#4078532>, @scchan wrote:
> In D142506#4078402 <https://reviews.llvm.org/D142506#4078402>, @arsenm wrote:
>
>> The resource directory should be strictly controlled. why would lib64 ever be used here?
>
> The intention is to eventually move the device libs into the library directory inside clang's resource directory, which its name is affected LLVM_LIBDIR_SUFFIX.
The resource directory is the directory above lib64, there's no reason to put this in something configurable
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142506/new/
https://reviews.llvm.org/D142506
More information about the cfe-commits
mailing list