-
-
Notifications
You must be signed in to change notification settings - Fork 264
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
Raise min LLVM version to 3.9 #2872
Conversation
3cbde39
to
5277ce2
Compare
|
Certainly in favor of this. To prevent complaints later: https://forum.dlang.org/post/bmsdqayozfuxvbuwklbu@forum.dlang.org |
|
+1, unless the forum thread brings up anything. |
|
[I forgot to remove the FileCheck and llvm-profdata .cpp files, amended now.] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Heh, I didn't know how much work had gone into supporting these old LLVM versions.
|
Yep, the diff is nice – it's mostly leaving old code behind for a while though after tracking API changes, so not that bad. |
|
(Oh yes, that's definitely a good idea. I was responding only to Joakim's comment about the amount of effort to support old versions, where in actuality, the effort is mostly spent on new versions.) |
|
DMD's BuildKite is broken and the logs seem to point to this PR. Logs: Looks like we're trying to use 3.8. See this issue to continue the discussion. |
|
Looks like the CMake config still allows 3.7/8, needs to be updated. |
|
Yeah, I grepped for Edit: Ah, already fixed (the DMD problem), thx Joakim. |
Yeah, but you can use: User: dummy@dlang.io until they finally fix that. |
No description provided.