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 (reapply after revert). #56

Closed
wants to merge 1 commit into from

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

Fix path issue in lit test runner so it works on Windows under msys2.

With this, all of the iree/compiler/... tests build/pass.

#19

Filter for the lit RUN line (not just first line).

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).

Make the lit RUN line matching more robust.

Fix argument command line parsing to trim options.

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

Edit positional command arguments in place.

* 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.

iree-org#19

Fix path issue in lit test runner so it works on Windows under msys2.

With this, all of the iree/compiler/... tests build/pass.

iree-org#19

Filter for the lit RUN line (not just first line).

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).

Make the lit RUN line matching more robust.

Fix argument command line parsing to trim options.

This has the side effect of getting most compiler and e2e tests running
on Windows, although some are failing (for unknown reasons).

Closes iree-org#23
iree-org#19

Edit positional command arguments in place.
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.

InitializeEnvironment() is not editing argv to only include positional arguments
3 participants