diff options
author | Yaxun (Sam) Liu <yaxun.liu@amd.com> | 2020-06-11 23:24:50 -0400 |
---|---|---|
committer | Yaxun (Sam) Liu <yaxun.liu@amd.com> | 2020-06-18 08:40:09 -0400 |
commit | 92d8ad02e92fed3884169ba5d98056fe4fa5660d (patch) | |
tree | eda141631828b798a75e0ab14e886ceaca6c915e /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | c7350a3bab14eb633f39a949f85ac0e690cd9b4d (diff) | |
download | llvm-92d8ad02e92fed3884169ba5d98056fe4fa5660d.zip llvm-92d8ad02e92fed3884169ba5d98056fe4fa5660d.tar.gz llvm-92d8ad02e92fed3884169ba5d98056fe4fa5660d.tar.bz2 |
[HIP] Fix rocm not found on rocm3.5
Currently rocm detector expects device library bitcodes named as *.bc
instead of *.amdgcn.bc. However in rocm3.5 the device library bitcodes
are named as *.amdgcn.bc, which causes rocm3.5 not detected.
This patch fixes that.
Differential Revision: https://reviews.llvm.org/D81713
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions