-
Notifications
You must be signed in to change notification settings - Fork 12.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sporadic clang build failure due to 'llvm/CodeGen/GenVT.inc' file not found
#107687
Comments
Also hit this when compiling llvm only
|
We're seeing these errors in all sort of operating systems and architectures, not just those mentioned above. Note that we build with a large-ish parallelism, random failures like this usually suggests that some dependencies aren't tracked correctly in the build system. |
Seeing the same issue on linux and osx when building from 70f326c |
A fix for the llvm-only portion of this issue is in #120661 |
How about |
Building for windows 32, 64 bit and aarch64 darwin by cross compiling and building the shared libraries I get the error sporadically (log at https://github.com/Zentrik/llvm_windows_tester/actions/runs/10747564963/job/29810161266, full build script described in #106859 (comment))
I also hit this on freebsd on the 19 rc3 branch, log at https://buildkite.com/julialang/yggdrasil/builds/12323#019126e9-ad77-4ad3-b860-c9fa1ceb61f1.
This seems to have started to occur more frequently after 59f8796.
I applied the following patch,
but then got the following error on the darwin build (log at https://github.com/Zentrik/llvm_windows_tester/actions/runs/10750386811/job/29816468075)
Let me know if I'm missing any information that would be useful.
The text was updated successfully, but these errors were encountered: