-
Notifications
You must be signed in to change notification settings - Fork 138
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
rename direct header to avoid windows conflict #979
rename direct header to avoid windows conflict #979
Conversation
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.
LGTM. Thanks for this patch. There is some renewed interest in supporting windows.
Can you add a bit more info to the commit message, like for e.g. "direct.h is a system header in windows providing functions for manipulating filesystem directories"?
Merge process requires someone to test on Aarch64 and X86_64. So will need approval from @shivaramaarao. And because we do not have windows machines at least one member from the windows community to approve. Have added @isuruf, also checking with another person whether he can help review from the windows side.
Yes, direct header is one of C run time libraries on Windows, so it needs to rename it. LGTM (from Windows side). |
Note: the only windows person you need approval from is me because I am the person who has flang working on windows. But isuruf can vouch for me. |
@xoviat we're also working on Windows support of Flang. We managed to build Flang on Windows X64, and compile some small example with it. For that we applied some changes from @isuruf / #288 / and extend them with ours. Our aims is also upstream our fixes if it doesn't conflict with your PRs @xoviat. |
@kaadam Do you have a github branch? You can see what I have at https://github.com/xoviat/flang/tree/windows. The only addition I made was to add a driver so that I don't have to build a custom clang. |
Obviously I cannot just submit the entire patch at once, which is why I am submitting patches from a different branch. |
@xoviat Yes, here it is my WIP branch, it is a draft: https://github.com/kaadam/flang/tree/windows |
direct.h is a system header in windows providing functions for manipulating filesystem directories
840d692
to
b6a66e4
Compare
I updated the commit message. @kaadam I will continue to submit PRs, and you can review them for compatibility with your changes. |
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.
LGTM. Thanks!
@kiranchandramohan @bryanpkc Are we waiting for one more approval, or could we land this? |
We require approval from @shivaramaarao for x86_64. |
No description provided.