Skip to content
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

fix bug built on windows #149

Open
wants to merge 1 commit into
base: v0_master
Choose a base branch
from
Open

Conversation

aosemp
Copy link

@aosemp aosemp commented Dec 3, 2020

  1. fix build failed on windows
  2. fix crash if "-L" has not been set
  3. fix pos error after #include

2. fix crash if "-L" has not been set
3. fix pos error after #include
@vnmakarov
Copy link
Owner

Thank you for the pull request and working on Windows.

Right now I am also working on Windows port. I have already the same fixes (e.g. last_slash) in my local repository. There will many patches coming the next 2 weeks. Currently Win64 port is broken. Although logzero did a lot of work to implement windows call ABI, still many changes should be done for implementing Windows call ABI fully (especially after recent changes in MIR to implement x86_64 system V ABI). Also a lot of work should be done to make c2m working on Windows.

I'll incorporate some your pull request changes into my local repository. Please be patient.

@aosemp
Copy link
Author

aosemp commented Dec 4, 2020

That's great.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants