Skip to content

Commit 46d5a57

Browse files
scchantstellar
authored andcommitted
[AMDGCN] Fix device lib test to work with lib64
This change fixes an issue introduced by https://reviews.llvm.org/D140315. A new unit test was added to validate the search for the device libraries being placed in Clang's resource directory; however, the test didn't take into account that certain platforms use lib64 for 64-bit library directory. Differential Revision: https://reviews.llvm.org/D142506 Change-Id: I9c31a4f08fbc383350d82d6aba01987a3ef63e51 (cherry picked from commit 56184bb)
1 parent 0604154 commit 46d5a57

24 files changed

+1
-1
lines changed

clang/test/Driver/Inputs/rocm_resource_dir/lib64/amdgcn/bitcode/asanrtl.bc

Whitespace-only changes.

clang/test/Driver/Inputs/rocm_resource_dir/lib64/amdgcn/bitcode/hip.bc

Whitespace-only changes.

clang/test/Driver/Inputs/rocm_resource_dir/lib64/amdgcn/bitcode/ockl.bc

Whitespace-only changes.

clang/test/Driver/Inputs/rocm_resource_dir/lib64/amdgcn/bitcode/oclc_abi_version_400.bc

Whitespace-only changes.

clang/test/Driver/Inputs/rocm_resource_dir/lib64/amdgcn/bitcode/oclc_abi_version_500.bc

Whitespace-only changes.

clang/test/Driver/Inputs/rocm_resource_dir/lib64/amdgcn/bitcode/oclc_correctly_rounded_sqrt_off.bc

Whitespace-only changes.

clang/test/Driver/Inputs/rocm_resource_dir/lib64/amdgcn/bitcode/oclc_correctly_rounded_sqrt_on.bc

Whitespace-only changes.

clang/test/Driver/Inputs/rocm_resource_dir/lib64/amdgcn/bitcode/oclc_daz_opt_off.bc

Whitespace-only changes.

clang/test/Driver/Inputs/rocm_resource_dir/lib64/amdgcn/bitcode/oclc_daz_opt_on.bc

Whitespace-only changes.

clang/test/Driver/Inputs/rocm_resource_dir/lib64/amdgcn/bitcode/oclc_finite_only_off.bc

Whitespace-only changes.

0 commit comments

Comments
 (0)