Issue
I trying to compile Linux kernel with GCOV flag via "clang-r433403", Unfortunately, I'm getting a similar issue like here , I found the root cause bug and the patch too.
My question is how can I download "llvm" source with same revision ("clang-r433403") to apply the patch and build ?
Thanks,
Solution
There is no need to do this. Patch is in clang 13, so you could simply use the latest released clang.
Answered By - Anton Korobeynikov