Conversation
|
Please review. |
|
Could you please rebase away the merge commits? Assuming you have a typical setup: |
|
done |
CMakeLists.txt
Outdated
There was a problem hiding this comment.
Should `cl.exe' be really hardcoded? Same goes for other binaries that got converted to a hardcoded name with .exe.
There was a problem hiding this comment.
We should not hardcode the cl.exe. What is the problem with using the CMAKE_CXX_COMPILER?
|
Has this been checked to make sure it doesn't regress the arm64/linux build? |
CMakeLists.txt
Outdated
There was a problem hiding this comment.
I know that this comment was there before, but it sounds weird. Could you please change it to "Enable edit and continue"? We don't need to enumerate the platforms, the surrounding ifs are descriptive enough.
|
Thanks for the review. I will try this again after I am back from my trip. closing for now. If anyone wants to use it ...can do so using winArm64 branch of my fork. |
|
Reopening this pull request to start working on it some more. I will have a change out to address comments soon. |
02b9772 to
a423f2e
Compare
f2cd82b to
bc9c031
Compare
There was a problem hiding this comment.
Is I386 really supported in CoreCLR currently? Otherwise we can unify these message()'s and drop the if()
There was a problem hiding this comment.
It's supported in the sense that it builds successfully for x86 (or at least used to when I wrote that if).
There was a problem hiding this comment.
Also we are working on x86 JIT bring up at the moment.
|
EDIT: No LGTM until the actual SDK is released for us proletariats. |
3c992ef to
e269c4d
Compare
|
Outdated comment. @jkotas PTAL |
|
@jashook PEr https://msdn.microsoft.com/en-us/library/9a89h429.aspx?f=255&MSPPError=-2147217396, you should not need SAFESEH as it is applicable to x86 only (as noted in the PR as well). Can you please share the failure you are running into? |
|
@gkhanna79 Yeah they are. |
|
@gkhanna79 Squashed |
|
@jkotas @gkhanna79 PTAL. Removed SafeSEH and verified that the build is still successful. |
|
The x86 Windows Debug build failed due to the following:
@weshaggard @AlexGhiondea Are you aware of this issue? |
|
LGTM. Please squash the commits, sign CLA and update this thread once done. |
Successfully builds all binaries except sos.dll & x64 binaries
|
@gkhanna79 no -- I have not seen that before. Does it repro consistently? |
|
It looks occasional - you can see the history. |
|
Squashed, it also looks like Rahul needs to sign the CLA as I have already done that. Closing this PR then opening a new one to point to this. |
Arm64 SDK is still to be released. Using a private drop of the toolset and these changes I am able to successfully build arm64 builds for windows. We need to set certain environment variables to override the location of toolset and sdk.