Closed kroll-j closed 2 years ago
I have met this issue on ubuntu-21.04 dialy build with kernel-5.13, too. Ubuntu-20.04 with kernel-5.11 compiled well.
Looks like ROCm-5.0.0 had resolved this problem.
I will close this issue, if you still meet the problem, please reopen it.
Environment
What is the expected behavior
What actually happens
How to reproduce
There is a dependency on something called cyclades in llvm. Cyclades has been removed from the linux kernel headers. With a recent kernel, the llvm build will fail.
I applied this manually: https://reviews.llvm.org/rG68d5235cb58f988c71b403334cd9482d663841ab
and it seems to be building now.