Commit ccb8a93
Add amdgcn symlink to fix ROCm device library discovery (#3203)
## Motivation
TheRock missing symlink amdgcn causes Multiple sub tests failures
observed in AOMP-UT.
**This is a workaround pending resolution of below issue.**
Fixes: ROCM-2026
Cherry-picks 4058a19.
## Technical Details
The fix adds a symlink `amdgcn -> lib/llvm/amdgcn` alongside the
existing `llvm -> lib/llvm` symlink in the aux-overlay component,
restoring compatibility with the expected ROCm installation layout.
## Test Plan
Test building in local machine and check if amdgcn is pointing to
lib/llvm/amdgcn
## Test Result
amdgcn soft link created correctly
## Submission Checklist
- [x] Look over the contributing guidelines at
https://github.com/ROCm/ROCm/blob/develop/CONTRIBUTING.md#pull-requests.
Signed-off-by: Wang, Yanyao <yanyao.wang@amd.com>
Co-authored-by: Wang, Yanyao <yanyao.wang@amd.com>1 parent 8c77104 commit ccb8a93
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| 22 | + | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
| |||
0 commit comments