Add target thumbv7a-pc-windows-msvc#53621
Merged
bors merged 4 commits intorust-lang:masterfrom Sep 13, 2018
jordanrh1:windows-arm
Merged
Add target thumbv7a-pc-windows-msvc#53621bors merged 4 commits intorust-lang:masterfrom jordanrh1:windows-arm
bors merged 4 commits intorust-lang:masterfrom
jordanrh1:windows-arm
Conversation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is an early draft of support for Windows/ARM. To test it,
It will build the stage 2 compiler, but fail building stage 2 test. To build an executable targeting windows/arm,
build\x86_64-pc-windows-msvc\stage0\bin\cargo.exetobuild\x86_64-pc-windows-msvc\stage2\binCopy target\thumbv7a-pc-windows-msvc\release\hello.exe to your platform and run.
There are a number of open issues that I'm hoping to get help with:
testcrate:error: cannot link together two panic runtimes: panic_abort and panic_unwindwarning: cl : Command line warning D9002 : ignoring unknown option '-fvisibility=hidden'. It looks like the build system is passing GCC-style flags to MSVC.This pull request depends on
This PR updates #52659