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

Basic support for building on windows. #22

Merged
merged 5 commits into from
Oct 13, 2019
Merged

Basic support for building on windows. #22

merged 5 commits into from
Oct 13, 2019

Conversation

stellaraccident
Copy link
Collaborator

  • Requires clang-cl
  • Spews a bunch of warning about benign redefinitions and unknown
    command line arguments (needs triage).
  • Allows building of iree/tools/run_module and iree/tools/iree-run-mlir,
    which together, account for building most of the non-test assets.

#19

* Requires clang-cl
* Spews a bunch of warning about benign redefinitions and unknown
command line arguments (needs triage).
* Allows building of iree/tools/run_module and iree/tools/iree-run-mlir,
which together, account for building most of the non-test assets.

#19
Stella Laurenzo added 4 commits October 12, 2019 23:25
With this, all of the iree/compiler/... tests build/pass.

#19
This allows the e2e tests that include comments first to function.

I really need to get lit working properly but this gets us to the point
where all of the compiler and e2e tests work (on Windows too).
This has the side effect of getting most compiler and e2e tests running
on Windows, although some are failing (for unknown reasons).

Closes #23
#19
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.

None yet

3 participants