Move logic for determining extern(System) to Target#6751
Move logic for determining extern(System) to Target#6751dlang-bot merged 2 commits intodlang:masterfrom
Conversation
| import ddmd.root.outbuffer; | ||
| import ddmd.root.rmem; | ||
| import ddmd.root.rootobject; | ||
| import ddmd.target; |
There was a problem hiding this comment.
Unfortunately, adding this line brings in the rest of the compiler, including the backend, as a dependency on this module. The parser was separate from most of the rest of the compiler in this PR: #6625.
There was a problem hiding this comment.
I know, but that doesn't mean it can't be fixed now.
There was a problem hiding this comment.
No, I mean that the fix was done two days ago, and should have gone in yesterday.
There was a problem hiding this comment.
Apparently the Jenkins ci is broken and preventing auto merges. In any case you are making a claim that falls on deaf ears because the fix was already made available 24 hours ago.
There was a problem hiding this comment.
Do you mind linking to the PR or commit that fixed this?
There was a problem hiding this comment.
I've tried to look at the PR and commit history to find the fix, but was unable to find it.
No description provided.