[all-commits] [llvm/llvm-project] fcd375: [HIP] fix HIP detection for /usr (#80190)
Yaxun (Sam) Liu via All-commits
all-commits at lists.llvm.org
Thu Feb 1 07:34:03 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fcd3752342ebd193d4eef39b9c0730599eca4486
https://github.com/llvm/llvm-project/commit/fcd3752342ebd193d4eef39b9c0730599eca4486
Author: Yaxun (Sam) Liu <yaxun.liu at amd.com>
Date: 2024-02-01 (Thu, 01 Feb 2024)
Changed paths:
M clang/lib/Driver/ToolChains/AMDGPU.cpp
M clang/test/Driver/rocm-detect.hip
Log Message:
-----------
[HIP] fix HIP detection for /usr (#80190)
Skip checking HIP version file under parent directory for /usr/local
since /usr will be checked after /usr/local.
Fixes: https://github.com/llvm/llvm-project/issues/78344
More information about the All-commits
mailing list