-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Win CI: Patch LLVM to fix broken build #9907
Conversation
Launched a run here, expecting it to pass. https://github.com/oprypin/crystal/runs/1388334287 The CI run on this repo will not be representative; still cached. |
After the build success the llvm cache key should be bumped as part of this PR I guess. Good discovery! I must've been hard to find. I'm sorry. |
:( |
Sorry; let's try again |
Prevents the error: type_traits.h(181,23): error C2338: inconsistent behavior between llvm:: and std:: implementation of is_trivially_copyable (compiling source file
This works correctly now, by the way. @bcardiff, in #9912 I merged both commits to see that together they are enough to work. But I don't intend to clump the two pull requests together. I'll drop that part from #9912
Well it doesn't matter anymore, I think there's no need to do that then. |
Prevents the error:
Ref: